-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.
Description
According to the docs, transform._transform(chunk, encoding, callback) callback accept optionals error and data chunk:
If you supply a second argument to the callback it will be passed to the push method
but the callback of transform._flush(callback) only accept an optional error. According to the code it would be fairly easy to add.
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.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.