[ServiceWorker] ServiceWorkerRegistration.update() is unclear when uninstalling flag set (#784)

Step 2 of update() says:

> If registration's uninstalling flag is set, abort these steps.

Clearly the intention is to stop immediately.  This is a promise-returning function, though.  I assume we want to reject the promise here.

What error should we reject with?  InvalidStateError?  TypeError?

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/784

Received on Thursday, 19 November 2015 22:00:48 UTC