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

Activate uses "Wait for X to settle" inside a synchronous task. #628

Closed
jyasskin opened this issue Feb 18, 2015 · 1 comment
Closed

Activate uses "Wait for X to settle" inside a synchronous task. #628

jyasskin opened this issue Feb 18, 2015 · 1 comment

Comments

@jyasskin
Copy link
Member

https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#activation-algorithm has:

  1. ...
  2. Queue a task to run the following substeps:
    1. ...
    2. Wait until p settles.

Tasks run in the main JS event loop, so they can't block.

@jungkees
Copy link
Collaborator

Fixed: 7751742. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants