- From: Viktor <notifications@github.com>
- Date: Fri, 06 Oct 2017 18:03:10 +0000 (UTC)
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 6 October 2017 18:04:16 UTC
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