We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d3b87 commit 52018e7Copy full SHA for 52018e7
doc/api/stream.markdown
@@ -230,8 +230,11 @@ readable.on('end', function() {
230
231
#### Event: 'close'
232
233
-Emitted when the underlying resource (for example, the backing file
234
-descriptor) has been closed. Not all streams will emit this.
+Emitted when the stream and any of its underlying resources (a file
+descriptor, for example) have been closed, no more events will be
235
+emitted, and no further computation will occur.
236
+
237
+Not all streams will emit the 'close' event.
238
239
#### Event: 'error'
240
0 commit comments