Re: [slightlyoff/ServiceWorker] consider firing a "clientcontrolled" event on ServiceWorkerGlobalScope (#886)

I think something like `clientuncontrolled` is harder with SharedWorker since its lifecycle is tied to the GC of the attached documents.  In ServiceWorker case controller state is tied to window activity.  So it becomes uncontrolled when the window is closed or iframe.remove() happens.

I'm not sure about worker clients, though.  Those might still be based on GC.

---
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/886#issuecomment-236651617

Received on Monday, 1 August 2016 17:39:27 UTC