Re: [ServiceWorker] Possible run-to-completion violation in "Handle Service Worker Client Unload" (#746)

Sorry about this but as another option:

Soft Update is currently aborting at step 2: "If registration's uninstalling flag is set, abort these steps." So it does not update and let the registration be uninstalled. With this fact respected, if we encounter needing to add other callers of the Register and Update in the future, it'll be better to place the cancelling the uninstall step within the (Update) algorithm rather than in each caller side.

So, I'd like to hear your opinion.

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

Received on Wednesday, 23 September 2015 11:10:54 UTC