Re: [slightlyoff/ServiceWorker] Add client "close" event (#868)

It would need to be slightly different from "close".  Currently the spec controls windows, not documents.  So a client can be closed, but also just navigated to a non-controlled document.  In that case the client still exists, but is no longer a controlling client.

Perhaps we could add events to Client for transition controlled vs non-controlled state.

---
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/868#issuecomment-206463786

Received on Wednesday, 6 April 2016 16:58:10 UTC