Re: [w3c/ServiceWorker] Allow better composability of fetch handlers (#1482)

Yeah, another solution is to support multiple service workers on the same page, but this seems like a much harder problem to solve.

We were just going to inject some code into the existing service worker to handle Parcel requests. User code would come afterward. This would be less ideal than multiple service workers since the user service worker wouldn't be able to intercept and modify Parcel requests, but at least they'd continue to be able to handle other requests.

-- 
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/1482#issuecomment-544578123

Received on Monday, 21 October 2019 15:49:33 UTC