Re: [whatwg/xhr] Clarify allowed behavior when response is "too big" to "fit" in memory/on disk? (#244)

I suppose it applies to anything that needs to load the entire resource in memory or store it on disk. Not sure if anything other than XHR has progress events that make this as visible to the web though. Without progress events the only difference is in the timing of the failure to fetch. But since XHR has progress events there is another difference in those progress events no longer being emitted if we abort the fetch as soon as we know it is ultimately going to fail.

-- 
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/244#issuecomment-483335573

Received on Monday, 15 April 2019 17:02:26 UTC