Re: [slightlyoff/ServiceWorker] Enabling multiple Service Workers for a single scope (#921)

> Basically, if I'm running such an optimization service, I want to be able to add my own optimization SW, yet I don't want my customers to have to change their existing code to make it work. In current script based solutions, I can potentially do that by overriding most SW related APIs, while hoping that sites won't register a SW using Link: headers or declarative markup.

How do you do this without asking your clients to change their site?  Do you inject a script at the CDN level?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/921#issuecomment-229678095

Received on Thursday, 30 June 2016 14:38:43 UTC