Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stream: simplify .pipe() and .unpipe() in Readable #28583

Closed
wants to merge 2 commits into from

Commits on Jul 11, 2019

  1. stream: simplify .pipe() and .unpipe() in Readable

    Now we are using `pipes` and `pipesCount` in Readable state and the
    `pipes` value can be a stream or an array of streams. This change
    reducing them into one `pipes` value, which is an array of streams.
    It also adds a deprecation warning of `_readableState.pipesCount`.
    starkwang committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    241ffd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    27ab4d9 View commit details
    Browse the repository at this point in the history