Re: [ServiceWorker] Workers & SharedWorkers within ServiceWorkers (#678)

> It helps in the sense that you can do the heavy processing work inline during background-sync without worrying about blocking other service worker events. In theory those later service worker events could get scheduled on a different SW thread.

That seems to imply loading the code that talks to the server and deals with data models in the service worker as well as the shared worker (or page-specific worker), and probably more coordination to make sure no one duplicates their efforts. If so, I would prefer to just talk to one central authority, like a Shared Worker, to handle that work.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/678#issuecomment-154499202

Received on Friday, 6 November 2015 18:49:41 UTC