-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Event loop's last idle period start time is never set #7765
Labels
Comments
@noamr I think this is from work you did, right? What's the correct fix here? |
mfreed7
pushed a commit
to mfreed7/html
that referenced
this issue
Jun 3, 2022
This was accidentally omitted from bd63843. Closes whatwg#7765.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://html.spec.whatwg.org/commit-snapshots/89f9bcb6edae0b619e074dd67c9fd031bc86ab9f/#idle-deadline-computation
I can't find any mention of when this value should be updated, meaning
deadline
would always be the initial value 0 plus 50.The text was updated successfully, but these errors were encountered: