- From: stelar7 <notifications@github.com>
- Date: Fri, 19 Sep 2025 00:31:43 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 19 September 2025 07:31:47 UTC
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