Re: [w3c/ServiceWorker] Central algorithm for updating service worker state and registrations (#1416)

When an oldWorker is active, and a newWorker replaces it, Chrome and Safari fire `statechange` on oldWorker first. Firefox fires it on newWorker first.

We should spec one or the other.

-- 
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/pull/1416#issuecomment-499486160

Received on Thursday, 6 June 2019 13:09:29 UTC