[whatwg/streams] Add a local variable to TransformStreamDefaultControllerTerminate (#838)

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
TransformStreamDefaultControllerTerminate in which the newly-created
TypeError will be placed. This makes the standard text clearer.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Add a local variable to TransformStreamDefaultControllerTerminate

-- File Changes --

    M reference-implementation/lib/transform-stream.js (4)

-- Patch Links --

https://github.com/whatwg/streams/pull/838.patch
https://github.com/whatwg/streams/pull/838.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/838

Received on Wednesday, 11 October 2017 08:31:51 UTC