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

I feel like there have been a number of folks at mozilla who wanted a more composable API for service workers.  We've pretty much said that importScripts() is our method for composition, but it kind of sucks due to tight coupling in a single place.

On the other hand, though, I don't know if spinning up N worker threads for every network request is a good idea either.

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

Received on Wednesday, 29 June 2016 16:40:27 UTC