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

Add a local variable to TransformStreamDefaultSink abort() #828

Commits on Oct 6, 2017

  1. Add a local variable to TransformStreamDefaultSink abort()

    In standard text it is awkward to create an exception object and pass it to an
    internal operation in a single step. Add a local to abort() in which the
    newly-created TypeError will be placed. This will make the standard text clearer.
    ricea committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    0af9f55 View commit details
    Browse the repository at this point in the history