Re: [fetch] Support full-duplex HTTP streaming (#229)

It's also important to note that this would be opt-in. fetch() is an explicit call where you talk to specific endpoints that you know the behavior of.

It's not clear to me what fetch() does with servers that today start sending the response body before the request is finished uploading, but it might already be supported. I don't remember anything in the response body stream parts of the spec that buffer until the request is finished.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/229#issuecomment-191345981

Received on Wednesday, 2 March 2016 17:46:30 UTC