[w3c/IndexedDB] Should IDBDatabase::close() be in parallel? (Issue #474)

stelar7 created an issue (w3c/IndexedDB#474)

The [MDN page](https://developer.mozilla.org/en-US/docs/Web/API/IDBDatabase/close) says that it happens in a separate thread.
The only other user of this API is IDBFactory::open, where its run in parallel.

Is MDN correct in this case? or should it be synchronous as in the spec?

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

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

Received on Friday, 19 September 2025 07:31:47 UTC