Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve the skipWaiting() promise after activation completes. #1327

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 19, 2018

  1. Resolve the skipWaiting() promise after activation completes.

    The Activate algorithm's final step was to run Update Worker State
    to make the worker `activated`. However Update Worker State
    just queues a task to do so. So the task would run after
    skipWaiting() resolved its promise, which wasn't the intent of
    the spec.
    
    Fixes w3c#1187.
    mfalken committed Jun 19, 2018
    Configuration menu
    Copy the full SHA
    27d626c View commit details
    Browse the repository at this point in the history