Open
Description
While crawling File System Access, 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 FileSystemHandle/queryPermission(descriptor) algorithm resolves/rejects a promise directly in a step that runs in parallel
- The FileSystemHandle/requestPermission(descriptor) algorithm resolves/rejects a promise directly in a step that runs in parallel
- The Window/showOpenFilePicker(options) algorithm resolves/rejects a promise directly in a step that runs in parallel
- The Window/showSaveFilePicker(options) algorithm resolves/rejects a promise directly in a step that runs in parallel
- The Window/showDirectoryPicker(options) algorithm resolves/rejects a promise directly in a step that runs in parallel
- The DataTransferItem/getAsFileSystemHandle() 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
Assignees
Labels
No labels