-
Notifications
You must be signed in to change notification settings - Fork 19
Stream write callback doesn't allow handling errors #35
Copy link
Copy link
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.
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The callback should allow error handling, for example:
(Nullable Error) -> Effect Unitthough the error value passed to the callback may beundefinedor jsError.