Re: [ServiceWorker] Unregister is broken (#763)

Step 4 of Unregister (before that conditional):

> Set registration's uninstalling flag.

And then in Handle Service Worker Client Unload:

> If registration's uninstalling flag is set, and the result of running Get Newest Worker algorithm passing registration as the argument is null, invoke Clear Registration algorithm passing registration as its argument and abort these steps.

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

Received on Monday, 19 October 2015 13:38:13 UTC