[whatwg/streams] Constructing ReadableStream and WritableStream in TransformStream constructor (#850)

Cine we use internal abstract ops on the readable and writable sides we need to call **the original version** of the ReadableStream and WritableStream constructors in the TransformStream constructor.
- Do we need explicit spec language for this?
- If we do, what does it look like?

I also need to add a test for this.

-- 
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/850

Received on Wednesday, 1 November 2017 08:37:18 UTC