Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upServiceWorker: implement (Try) Activate #26378
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#26317 implements the "register workflow"(partially) up to Step 7 of Install, leaving the registration with a perpetual "installing" worker.
We need to implement the rest of the Install algorithm, and also Try Active and Activate.
This will require having the ability to queue tasks from the ServiceWorkerManager to the "client event-loop", which depends on #26360 (So both issues could be done at the same time).