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

Missing tasks in parallel steps in Media Session #339

Closed
1 task
dontcallmedom-bot opened this issue Sep 10, 2024 · 1 comment · Fixed by #341, w3c/strudy#793, #352 or w3c/strudy#885
Closed
1 task

Missing tasks in parallel steps in Media Session #339

dontcallmedom-bot opened this issue Sep 10, 2024 · 1 comment · Fixed by #341, w3c/strudy#793, #352 or w3c/strudy#885

Comments

@dontcallmedom-bot
Copy link

While crawling Media Session, the following algorithms fire an event, or resolve or reject a Promise, within a step that runs in parallel without first queuing a task:

See Dealing with the event loop in the HTML specification for guidance on how to deal with algorithm sections that run in parallel.

Cc @dontcallmedom @tidoust

This issue was detected and reported semi-automatically by Strudy based on data collected in webref.

@tidoust
Copy link
Member

tidoust commented Jan 9, 2025

Reopening as there remain a couple of substeps (4.2.2 and 4.4.4) that resolve/reject a Promise in parallel without first queueing a task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment