[whatwg/streams] Fix typo in SetUpTransformStreamDefaultController (#863)

`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