[whatwg/xhr] Fiddle with progress events (#90)

Fire the final progress event before switching the state to DONE in
“handle response-end-of-body”. And no longer fire events named progress
in “request error steps”.

Fixes #72.

(This commit also removes the same-origin data-URL flag that is about
to be removed in Fetch per https://github.com/whatwg/fetch/issues/381.
That change has no impact on implementations.)
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/xhr/pull/90

-- Commit Summary --

  * Fiddle with progress events

-- File Changes --

    M Overview.html (17)
    M Overview.src.html (15)

-- Patch Links --

https://github.com/whatwg/xhr/pull/90.patch
https://github.com/whatwg/xhr/pull/90.diff

-- 
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/pull/90

Received on Thursday, 15 September 2016 09:06:58 UTC