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

Step 10 in [handle response end of file](https://xhr.spec.whatwg.org/#handle-response-end-of-file) isn't implemented by any web browser and the extra progress event seems somewhat superfluous since several other events can tell you when the request is done. I suggest removing step 10 to align the spec with current implementations.

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

Received on Tuesday, 21 June 2016 12:44:37 UTC