Re: [whatwg/streams] Question: what is the difference of pipeThrough and pipeTo? (#515)

Well, as stated in those paragraphs, `httpResponseBody.pipeTo(decompressorTransform)` will return a promise, which does not have a pipeTo method. And (as stated) `pipeTo` accepts a writable stream, but `decompressorTransform` is not a writable stream. So the latter just won't work.

-- 
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/515#issuecomment-244466115

Received on Friday, 2 September 2016 19:25:29 UTC