Note: I\'m not looking for any alternatives. I know this can be done with XMLHttpRequest. I also don\'t care about browser support. I just want learn about the new/upcoming
Short answer: cannot be done right now.
Checkout the spec here: https://fetch.spec.whatwg.org/#fetch-api
Second sentence indicates that there isn't a way to track request progression when using fetch.
The fetch() method is relatively low-level API for fetching resources. It covers slightly more ground than XMLHttpRequest, although it is currently lacking when it comes to request progression (not response progression).