Re: [w3c/ServiceWorker] Find a way for service workers to get their current state (#1077)

I think we already have such a case in ServiceWorkerGlobalScope:

`'Clients' in self`
`'clients' in self`

But I understand your point, and it would prevent devs from using `serviceWorker` as a variable name on global scope. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1077#issuecomment-308632652

Received on Thursday, 15 June 2017 05:29:24 UTC