[w3c/ServiceWorker] Should update() called on an installing worker reject (as currently does?) (#1155)

`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