Re: [whatwg/xhr] final readystatechange (readyState === 3) (#161)

> but after some amount of milliseconds the events are fired _even_ if no new data was received (and the HTTP connection is still not finished).

@Yaffle Does that mean we could have a redundant progress event fire _after_ the load event was fired? Or does that potentially push back the load event by some ms due to the fact that it has to respect the event order and hence gets delayed by the pending progress event?


-- 
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/161#issuecomment-415075989

Received on Wednesday, 22 August 2018 15:36:26 UTC