[w3c/IndexedDB] Missing tasks in parallel steps in Indexed Database API 3.0 (Issue #421)

While crawling [Indexed Database API 3.0](https://w3c.github.io/IndexedDB/), the following algorithms fire an event, or resolve or reject a Promise, within a step that runs [in parallel](https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel) without first queuing a task:
* [ ] The [IDBFactory/databases()](https://w3c.github.io/IndexedDB/#dom-idbfactory-databases) algorithm resolves/rejects a promise directly in a step that runs in parallel

See [Dealing with the event loop](https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-for-spec-authors) in the HTML specification for guidance on how to deal with algorithm sections that run *in parallel*.

<sub>Cc @dontcallmedom @tidoust</sub>

<sub>This issue was detected and reported semi-automatically by [Strudy](https://github.com/w3c/strudy/) based on data collected in [webref](https://github.com/w3c/webref/).</sub>


-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/421
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/IndexedDB/issues/421@github.com>

Received on Friday, 6 September 2024 09:23:14 UTC