mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
committed by
Ben Noordhuis
parent
3b6fc600e2
commit
dc92ff8585
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user