-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.
Description
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
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.streamIssues and PRs related to the stream subsystem.Issues and PRs related to the stream subsystem.