-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.
Description
I would like to propose the addition of fs.ReadStream.prototype.bytesRead
which should represent the number of bytes read from the file.
It seems like it's "missing" since fs.WriteStream
has bytesWritten
and net.Socket
has both bytesRead
and bytesWritten
.
Implementation should be very trivial, I would be happy to submit a pull request.
vsemozhetbyt and ORESoftware
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.