We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://html.spec.whatwg.org/multipage/webappapis.html#queuing-tasks
Set task's script evaluation environment settings object set to an empty set. Enqueue task on event loop's microtask queue.
Set task's script evaluation environment settings object set to an empty set.
Enqueue task on event loop's microtask queue.
It appears the task variable is not defined here. Maybe it should be microtask?
The text was updated successfully, but these errors were encountered:
Yep, a clear copy-paste error; thanks for catching it.
Sorry, something went wrong.
Fix wrong variable name in "queue a microtask"
acc3036
Closes #6742.
d42a1b7
a274bb3
Closes whatwg#6742.
domenic
Successfully merging a pull request may close this issue.
https://html.spec.whatwg.org/multipage/webappapis.html#queuing-tasks
It appears the task variable is not defined here. Maybe it should be microtask?
The text was updated successfully, but these errors were encountered: