- From: Jungkee Song <notifications@github.com>
- Date: Mon, 29 May 2017 03:23:53 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 May 2017 10:24:29 UTC
`registration.update()` step 5 has: > If the context object’s relevant settings object’s global object globalObject is a ServiceWorkerGlobalScope object, and globalObject’s associated service worker's state is installing, reject p with an "InvalidStateError" exception and abort these steps. @mattto, @wanderview, AFAICT, Chrome doesn't have this error checking. Does Firefox check this? Do we need this error checking here? -- 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/issues/1155
Received on Monday, 29 May 2017 10:24:29 UTC