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: add destroy and _destroy methods. #12925

Closed
wants to merge 1 commit into from

Commits on May 22, 2017

  1. stream: add destroy and _destroy methods.

    Adds destroy() and _destroy() methods to Readable, Writable, Duplex
    and Transform. It also standardizes the behavior and the implementation
    of destroy(), which has been inconsistent in userland and core.
    This PR also updates all the subsystems of core to use the new
    destroy().
    mcollina committed May 22, 2017
    Configuration menu
    Copy the full SHA
    9ffe0a8 View commit details
    Browse the repository at this point in the history