doc: clarify stream 'close' event
This commit is contained in:
parent
1665b4a2a3
commit
05b81f333c
@ -42,9 +42,8 @@ Emitted if there was an error receiving data.
|
|||||||
|
|
||||||
`function () { }`
|
`function () { }`
|
||||||
|
|
||||||
Emitted when the underlying file descriptor has been closed. Not all streams
|
Emitted when the underlying resource (for example, the backing file descriptor)
|
||||||
will emit this. (For example, an incoming HTTP request will not emit
|
has been closed. Not all streams will emit this.
|
||||||
`'close'`.)
|
|
||||||
|
|
||||||
### stream.readable
|
### stream.readable
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user