Skip to content

readable.pipe returns stream.Readable #22341

Closed
@andreasg123

Description

@andreasg123

readable.pipe is documented to return stream.Writable. However, as only stream.Readable has a pipe method, it only makes sense to return that to set up chains of piped streams. I also verified that a pipe to a Gunzip object could be used as a Readable stream.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to the documentations.streamIssues and PRs related to the stream subsystem.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions