[whatwg/streams] TransformStream: Verify behaviour of abort() during write() (#817)

A writer.write() call that was waiting for backpressure should reject if
the writable is aborted via abort() before it completes. Add a test to
verify this.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/streams/pull/817

-- Commit Summary --

  * TransformStream: Verify behaviour of abort() during write()

-- File Changes --

    M reference-implementation/to-upstream-wpts/transform-streams/errors.js (15)

-- Patch Links --

https://github.com/whatwg/streams/pull/817.patch
https://github.com/whatwg/streams/pull/817.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/817

Received on Monday, 2 October 2017 13:38:28 UTC