[ServiceWorker] How many workers can be registered in the same page or scope (#582)

There's an specific limit about how many Service Workers can be registered to control a single page?
There's a good use proposal to only register one ServiceWorker per controlled page?

Even if the developer can register more than one worker, what about `navigator.serviceWorker.controller`? It only can point to one, but, which one? the last one?





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

Received on Wednesday, 10 December 2014 00:10:38 UTC