- From: Mattias Buelens <notifications@github.com>
- Date: Mon, 18 Dec 2017 16:57:56 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 18 December 2017 16:58:21 UTC
`SetUpTransformStreamDefaultController` should change the `[[transformStreamController]]` internal slot of the input `TransformStream` from `undefined` to the given controller. However, currently the assertion is checking a non-existent `[[writableStreamController]]` slot, most likely due to a typo.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/863
-- Commit Summary --
* Fix typo in SetUpTransformStreamDefaultController
-- File Changes --
M index.bs (2)
M reference-implementation/lib/transform-stream.js (2)
-- Patch Links --
https://github.com/whatwg/streams/pull/863.patch
https://github.com/whatwg/streams/pull/863.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/863
Received on Monday, 18 December 2017 16:58:21 UTC