Re: [fetch] upload progress? (#21)

The native `fetch()` API implemented by browsers does not use XMLHttpRequest underneath. The eventual API for progress is building something on https://streams.spec.whatwg.org/ which https://github.com/yutakahirano/fetch-with-streams/ is adding to `fetch()`.

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

Received on Friday, 20 February 2015 08:48:34 UTC