Skip to content

Stream.Pipeline Inconsistency wrt options #59909

@CxRes

Description

@CxRes

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions