[ServiceWorker] Unregister algorithm step 6.1 is no longer necessary (#855)

Step 6.1 of the Unregister algorithm is:

> If registration’s uninstalling flag is unset, invoke Finish Job with job and abort these steps. 

I don't think this can ever be true now, though.  The uninstalling flag is not cleared in the Register algorithm which executes within a job.  Since we have a single job queue the flag cannot be cleared until the Unregister job completes.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/855

Received on Friday, 25 March 2016 18:34:09 UTC