diff --git a/doc/api/fs.md b/doc/api/fs.md index 1984b5642e305b..dfdb6bf29811d5 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