The content length reported by the HTTP header is the encoded length, whereas the length accumulated in the code is decompressed:
https://github.com/AnthumChris/fetch-progress-indicators/blob/master/fetch-basic/supported-browser.js#L36
As a result, progress extends beyond 100%
The content length reported by the HTTP header is the encoded length, whereas the length accumulated in the code is decompressed:
https://github.com/AnthumChris/fetch-progress-indicators/blob/master/fetch-basic/supported-browser.js#L36
As a result, progress extends beyond 100%