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

I was able to reproduce this in Chrome too (if the delay between chunks < 50ms)...
So, it seems, "onprogress" is not the same as "xhr.onreadystatechange = () => if (xhr.readyState === 3) { ... };" - OK.
Sorry for the noise.


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

Received on Friday, 6 October 2017 18:04:16 UTC