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 Indexed Database API 3.0 #421

Open
1 task
dontcallmedom-bot opened this issue Sep 6, 2024 · 1 comment
Open
1 task
Assignees
Labels
Milestone

Comments

@dontcallmedom-bot
Copy link

While crawling Indexed Database API 3.0, 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.

@SteveBeckerMSFT SteveBeckerMSFT added TPAC2024 Topic for discussion at TPAC 2024 and removed TPAC2024 Topic for discussion at TPAC 2024 labels Sep 9, 2024
@SteveBeckerMSFT SteveBeckerMSFT self-assigned this Sep 9, 2024
@inexorabletash inexorabletash added this to the V3 milestone Dec 14, 2024
@inexorabletash
Copy link
Member

When this is being fixed, it would be nice to update the spec with these as well:

(The lack of referencing globals and realms also need a serious revisit, but that's even further out of scope.)

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

No branches or pull requests

3 participants