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

XHR progress is based on browser writing bytes to OS socket.  Not based on server acks.

Fetch API needs a progress interface added to get equivalent behavior.  The stream reading wont be quite the same since buffering may take place.

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

Received on Monday, 14 August 2017 18:25:13 UTC