-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
w3c/strudy
#789Description
While crawling Presentation API, the following algorithms fire an event, or resolve or reject a Promise, within a step that runs in parallel without first queuing a task:
- The PresentationRequest/start() algorithm resolves/rejects a promise directly in a step that runs in parallel
- The PresentationRequest/reconnect() algorithm resolves/rejects a promise directly in a step that runs in parallel
- The PresentationRequest/getAvailability() algorithm resolves/rejects a promise directly in a step that runs in parallel
- The monitoring incoming presentation connections algorithm resolves/rejects a promise directly in a step that runs in parallel
See Dealing with the event loop in the HTML specification for guidance on how to deal with algorithm sections that run in parallel.
This issue was detected and reported semi-automatically by Strudy based on data collected in webref.
Metadata
Metadata
Assignees
Labels
No labels