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.
1 parent 02b4684 commit 9ec87dcCopy full SHA for 9ec87dc
doc/api/fs.md
@@ -182,7 +182,7 @@ added: v0.1.93
182
183
* `fd` {integer} Integer file descriptor used by the ReadStream.
184
185
-Emitted when the ReadStream's file is opened.
+Emitted when the `ReadStream`'s underlying file descriptor has been closed.
186
187
### readStream.bytesRead
188
<!-- YAML
@@ -296,7 +296,7 @@ added: v0.1.93
296
297
* `fd` {integer} Integer file descriptor used by the WriteStream.
298
299
-Emitted when the WriteStream's file is opened.
+Emitted when the `WriteStream`'s underlying file descriptor has been closed.
300
301
### writeStream.bytesWritten
302
0 commit comments