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

> when a new chunk arrives before 50ms passes since the last chunk for that we dispatched a "progress" event, we schedule dispatching of a "progress" event after the 50ms passes.

This is important. I don't think the spec intends to discard throttled events.

Also, does fetch/readablestreams do any similar throttling? If not, I am curious why or how useful it is to spec out such a behavior for xhr.

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

Received on Saturday, 20 January 2018 01:23:19 UTC