Re: [whatwg/xhr] Kill the progress event when readyState is 4 (#72)

> If it's desired to ensure that progress events' "loaded" values are always greater than (and not equal to) any prior event named progress for the request, then note this in the spec, and change "process response" step 10.4 and "process request body" step 2 to not fire any event if loaded=total (to ensure that we don't potentially repeat sending the "100%" event twice for the upload or download phases).

This is guaranteed by https://fetch.spec.whatwg.org/#read-a-request as far as I can tell.

-- 
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/xhr/issues/72#issuecomment-247272323

Received on Thursday, 15 September 2016 08:50:24 UTC