Re: [w3c/ServiceWorker] consider using navigation preload response when respondWith() is not called (Issue #1611)

How would this account for multiple `fetch` handlers? Would that implicit `evt.respondWith(evt.preloadResponse)` only happen in the last `fetch` handler that executes?

I guess the browser _should_ know how many `fetch` handlers are registered at following `install`, but correct me if I'm wrong when I say that not every browser has been as strict about preventing post-`install` calls to `addEventListener()`.

-- 
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/issues/1611#issuecomment-959531326

Received on Wednesday, 3 November 2021 15:53:48 UTC