- From: Ben Kelly <notifications@github.com>
- Date: Fri, 25 Mar 2016 11:33:42 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Friday, 25 March 2016 18:34:09 UTC
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