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

Emh, just why is WritableStream unclear? Feels weird to have a ReadableStream based upload When you are writing to a stream that are sending stuff. 

I'm trying to think of this like node's http server request
http.createServer((req, res) => {

})

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

Received on Tuesday, 18 October 2016 19:24:13 UTC