- From: Noam Rosenthal <notifications@github.com>
- Date: Sun, 11 Apr 2021 02:47:56 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 11 April 2021 09:48:08 UTC
I've refactored the PR, I agree that it makes much more sense to associate the info with the response rather than with the worker. https://github.com/w3c/navigation-timing/pull/143 is the navigation timing PR that shows how this info is going to be used. To complete the picture, we would need to modify two additional specs: - FETCH would have to send SW-FETCH the `crossOriginIsolatedCapability` as the second argument. - HTML would have to send the response's `service worker timing` when creating the navigation timing entry. There are probably more ways to accomplish the same results, I went with the way that made the most sense to me but I'm open to refactor given an alternative approach. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1575#issuecomment-817279786
Received on Sunday, 11 April 2021 09:48:08 UTC