[fetch] download progress while using body.arrayBuffer / etc (#158)

It is very nice to be able to use the methods like arrayBuffer() to allow the browser to handle chunking and combining to a final single ArrayBuffer.  However, I didn't seem to see a way to monitor the download progress, without instead pumping and concatenating the buffers myself.  Is it possible to still use .arrayBuffer(), which will be much simpler and more performant, but still have a way to be notified when chunks are coming in and the size, or some other way of tracking the download progress for big / slow fetch() requests?

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

Received on Tuesday, 10 November 2015 20:10:28 UTC