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

> It is unclear to me how #756 helps this situation: that ticket seems to be about allowing multiple service workers to be running. The issue here: we actually only want one thing doing some worker work in a shared worker, that is also shared with browser windows for the app to do the data layer work.

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.

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

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