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

One use case would be short circuiting logic if you see `self.registration.uninstalling` is true.  For example, you might not perform some expensive operation since you know the result will be thrown away soon.

But in general I don't think we really need this yet.

-- 
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-239141239

Received on Thursday, 11 August 2016 12:00:25 UTC