- From: Jeffrey Posnick <notifications@github.com>
- Date: Wed, 03 Nov 2021 08:53:35 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 November 2021 15:53:48 UTC
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