Re: [slightlyoff/ServiceWorker] should ServiceWorkerContainer.getRegistrations() check the uninstalling flag (#943)

I'm not sure its worth clearing `self.registration`.  Code can always keep one of these DOM objects alive just by doing `self.myReg = self.registration`.

We could expose a `self.registration.uninstalling` flag, though.

---
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/943#issuecomment-238563976

Received on Tuesday, 9 August 2016 14:07:49 UTC