-
Notifications
You must be signed in to change notification settings - Fork 19
Labels
purs-0.15A reminder to address this issue or merge this PR before we release PureScript v0.15.0A reminder to address this issue or merge this PR before we release PureScript v0.15.0type: breaking changeA change that requires a major version bump.A change that requires a major version bump.type: enhancementA new feature or addition.A new feature or addition.
Description
foreign import writeStringImpl
:: forall r
. Writable r
-> String
-> String
-> Effect Unit -- callback should allow error handling
-> Effect Boolean
The callback should allow error handling, for example:
(Nullable Error) -> Effect Unit
though the error value passed to the callback may be undefined
or js Error
.
Metadata
Metadata
Assignees
Labels
purs-0.15A reminder to address this issue or merge this PR before we release PureScript v0.15.0A reminder to address this issue or merge this PR before we release PureScript v0.15.0type: breaking changeA change that requires a major version bump.A change that requires a major version bump.type: enhancementA new feature or addition.A new feature or addition.