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

How does the XmlHttpRequest upload progress event work? I naively assumed it was just periodically pinging me with the number of bytes that had been ACKed by the upstream server. (I'm uploading to Google Cloud Storage, and it seemed to work automatically).

I was hoping the same would happen for `fetch()` where I could see at a low level what bytes were written to the network, and when.

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

Received on Monday, 14 August 2017 18:22:14 UTC