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

I would believe that a fetch would be collectable at least when the load finishes, no matter whether all data is read or not.
I wonder whether some applications actually rely on the current behavior (no GC until load finishes), especially if it is consistent across browsers.
I could also see some web apps use 'fetch(url)' in a similar way to beacon.

-- 
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-424568314

Received on Wednesday, 26 September 2018 02:59:42 UTC