Re: [whatwg/fetch] 5.6 garbage collection makes GC observable via service worker & resource timing (#810)

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