-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Open
Description
I just realized that the callback version of streams.pipeline
does not expose options
in the way that the promisified version does. This is not the case, for example, with stream.Finished
.
Is there a reason why stream.pipeline
is inconsistent between Promise and callback versions in this way? Internally, it seems this a matter of just exposing options to pipelineImpl
just like in the case of promisified implementation. And testing for options would be a non-breaking change.
Metadata
Metadata
Assignees
Labels
No labels