diff --git a/doc/api/fs.md b/doc/api/fs.md index 32ffed51c07..ab8c8a92bdf 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -181,6 +181,13 @@ added: v0.1.93 Emitted when the `ReadStream`'s underlying file descriptor has been closed using the `fs.close()` method. +### readStream.bytesRead + + +The number of bytes read so far. + ### readStream.path