Re: [whatwg/fetch] Request should allow WritableStream as body (#378)

And if you want to you can create pipe (identity transform, etc) to give yourself a WritableStream with a ReadableStream for the Response.  This is explicitly opt'ing in to the buffering that this approach would require instead of the browser implicitly sticking a bunch of buffering in the path magically.

-- 
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/fetch/issues/378#issuecomment-254615224

Received on Tuesday, 18 October 2016 19:36:06 UTC