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

Since WritableStream only passes the controller to `start()`, and since the transformer can similarly store the controller for later use, does `transform()` need a second parameter at all?

-- 
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-247723372

Received on Friday, 16 September 2016 22:28:57 UTC