[ServiceWorker] Unregister is broken (#763)

This algorithm has this line "If no service worker client is using registration, then:", so it basically terminates if there is a client using registration. Which is pretty much always true since you just called `unregister()` on it.

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

Received on Monday, 19 October 2015 12:39:48 UTC