- From: Arthur Stolyar <notifications@github.com>
- Date: Tue, 12 Apr 2016 09:30:58 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 12 April 2016 16:31:33 UTC
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