- From: Domenic Denicola <notifications@github.com>
- Date: Sat, 06 Mar 2021 14:15:25 -0800
- To: whatwg/xhr <xhr@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 6 March 2021 22:15:37 UTC
Example: https://boom-bath.glitch.me/xhr-small-chunks.html The spec requires firing one as part of _processResponse_, and one as part of "handle response end-of-file". However, browsers only fire a single one. As far as I can tell, they avoid firing the one in "handle response end-of-file" if the number of bytes hasn't changed. /cc @ricea in case he can make more sense of Chromium's implementation than I can. -- 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/318
Received on Saturday, 6 March 2021 22:15:37 UTC