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). Or if it doesn't matter to the spec whether there are such repeated events, then the tests should be changed so they do not expect only a single event named progress.

There are actually 2 parts of the spec that this suggestion contains - "process response" and "process request body". Only the latter has been addressed by adding the note. AFAICT the former is not addressed.

-- 
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-280882420

Received on Saturday, 18 February 2017 23:15:30 UTC