We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5444a74 + 8c69d2b commit ada8866Copy full SHA for ada8866
src/Node/Stream.purs
@@ -207,14 +207,14 @@ foreign import onFinish
207
-- | Listen for `close` events.
208
foreign import onClose
209
:: forall w eff
210
- . Readable w eff
+ . Stream w eff
211
-> Eff eff Unit
212
213
214
-- | Listen for `error` events.
215
foreign import onError
216
217
218
-> (Error -> Eff eff Unit)
219
220
0 commit comments