Re: [whatwg/streams] Pass controller to transformer methods in TransformStream (#518)

My view is that someone has to store the controller. If the TransformStream does it, then that code only exists in one place. If the transformer does it, then every transformer implementation has to include code to store the controller, including implementing a start() method even if they didn't need one.

-- 
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/issues/518#issuecomment-248181380

Received on Tuesday, 20 September 2016 02:02:50 UTC