Re: [whatwg/streams] What is the expected behaviour of .pipeThrough()? (#765)

@domenic 

> It simply pipes the stream into the writable side of the supplied pair, and returns the readable side for further use.

>From an evidently naive interpretation the data from the readable stream is available first at `writable` then piped to `readable`.


-- 
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/765#issuecomment-323540998

Received on Saturday, 19 August 2017 18:49:27 UTC