- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 02 Sep 2016 12:25:00 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 2 September 2016 19:25:29 UTC
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