Re: [slightlyoff/ServiceWorker] spec should queue tasks to expose attribute changes on ServiceWorker and ServiceWorkerRegistration (#860)

One thing that I noticed in Chrome is that after `updatefound` and having `registration.installing` SW, that `installing` SW may fire `statechange` to `installing`. This is why I have to use such guards as `ignoreInstalling` (state) after I already found installing Service Worker in registration.

I guess it's just a race, but a bad one.

---
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/860#issuecomment-208993081

Received on Tuesday, 12 April 2016 16:31:33 UTC