[whatwg/xhr] Ensure progress events fired from "process response" always have a valid loaded value (#118)

#90 ensures that progress events fired from "process request body" will always have a `loaded` value that is greater than (and not equal to) any prior event named progress for the request. However, progress events fired from "process response" are not guaranteed to have this property. We should fix this.

-- 
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/118

Received on Monday, 20 February 2017 12:17:08 UTC