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

@yoavweiss Can you accomplish what you want by overriding self.fetch, self.XMLHttpRequest, and self.caches (for cache.add/addAll)?  It would seem these would let you intercept network requests and manipulate responses before the main SW script sees them.

---
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-229956274

Received on Friday, 1 July 2016 14:08:29 UTC