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

streams: update .readable/.writable to false #4083

Closed
wants to merge 1 commit into from

Commits on Dec 1, 2015

  1. streams: update .readable/.writable to false

    These properties were initially used to determine stream status
    back in node v0.8 and earlier. Since streams2 however, these
    properties were *always* true, which can be misleading for
    example if you are trying to immediately determine whether
    a Writable stream is still writable or not (to avoid a "write after
    end" exception).
    mscdex committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    4330744 View commit details
    Browse the repository at this point in the history