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 TransformStreamDefaultController terminate() method #818

Merged
merged 2 commits into from Oct 3, 2017

Commits on Oct 2, 2017

  1. Add TransformStreamDefaultController terminate() method

    Replace close() with terminate(). In addition to closing the readable
    side, terminate() also errors the writable side. This stops data from
    being produced after we are no longer interested in it.
    
    Modify existing tests to handle the new method, and add tests for the new
    functionality.
    
    Closes whatwg#774.
    ricea committed Oct 2, 2017
    Copy the full SHA
    8ddc2c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Copy the full SHA
    f1e0262 View commit details
    Browse the repository at this point in the history