- From: Adam Rice <notifications@github.com>
- Date: Wed, 11 Oct 2017 01:31:28 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 October 2017 08:31:51 UTC
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