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

So @noamr and I landed https://github.com/whatwg/fetch/commit/73f01f7b7e51626231e1911390b8dee669090b6d and unfortunately I searched for related open issues afterwards so I didn't see this in time.

It seems that the Chrome bug above suggests that unless you actively do `res.blob()` or equivalent, no `PerformanceResourceTiming` object is created. When I talked with @noamr about this I think he said the opposite was happening so maybe that changed in the interim? If it hasn't changed in the interim we need to change the approach for `fetch()` here.

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

Received on Thursday, 25 March 2021 13:04:18 UTC