- From: Adam Rice <notifications@github.com>
- Date: Tue, 25 Sep 2018 04:05:48 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 25 September 2018 11:06:10 UTC
Chrome won't abort a fetch due to garbage collection. We also aren't able to GC XMLHttpRequest when it is in action. However, with future refactorings, cancel-on-GC might become the natural semantics. We also don't aggressively implement the WebSocket GC semantics described in https://html.spec.whatwg.org/#garbage-collection-3, although we probably could without too much trouble. -- 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/fetch/issues/810#issuecomment-424300661
Received on Tuesday, 25 September 2018 11:06:10 UTC