[whatwg/streams] Remove the _readableController and _writableController slots (#810)

The controllers for the readable and writable streams used by a
TransformStream can be read directly from those objects. There is no need
to store copies of them in the TransformStream object.

Remove them.
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Remove the _readableController and _writableController slots

-- File Changes --

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

-- Patch Links --

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

Received on Tuesday, 26 September 2017 09:29:15 UTC