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

I think i would use the identity transform trick...

But it's true that in most cases you send non-streamable object and often you have everything before making a ajax call so those need to be readable so just passing a readable is okey i guess.

But for something like [JSZip](https://github.com/Stuk/jszip) it would have been nice if the lib could just write directly to the `writableStreamRepresentingThisFetch` where you zip a bunch of stuff and uploads them.

-- 
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-254621614

Received on Tuesday, 18 October 2016 20:00:52 UTC