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

>What did you mean by Firefox and Chrome setting the 50ms timer?
from my *testing*:

When a new data is received within 50 ms interval from the last data the events (progress and readystatechange) are not fired,
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).


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

Received on Monday, 9 October 2017 09:25:36 UTC