Re: [whatwg/fetch] Allow a ReadableByteStream in `fetch({body: <body>})` (#577)

@wanderview that shouldn't be too late really (and H/2 doesn't do chunked encoding). You can just send the request and if the server affirms you can start sending the request body. Though it also seems fine that if `ReadableStream` is passed you just assume support since it won't work anyway otherwise.

-- 
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/577#issuecomment-322266087

Received on Monday, 14 August 2017 18:15:41 UTC