Browse Source

doc: document stream.Writable 'error' event

Fixes #5255.
v0.10.6-release
Robert Kowalski 12 years ago
committed by Ben Noordhuis
parent
commit
dc92ff8585
  1. 4
      doc/api/stream.markdown

4
doc/api/stream.markdown

@ -529,6 +529,10 @@ Emitted when the stream's write queue empties and it's safe to write
without buffering again. Listen for it when `stream.write()` returns
`false`.
### Event: 'error'
Emitted if there was an error receiving data.
### Event: 'close'
Emitted when the underlying resource (for example, the backing file

Loading…
Cancel
Save