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

The problem with resource timing is that it gets enququed when the request gets canceled or when it completes. Canceling it early because the fetch object is unobservable via GC would make this observable. This is particularly problematic because some scripts might be expecting resource timing entries to be added and act on them upon insertion using PerformanceObserver.

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

Received on Friday, 21 September 2018 08:53:40 UTC