Re: [w3c/IndexedDB] deleteDatabase No Response (Issue #406)

Hey @zizxzy - this repo is about the specification. It sounds like you're having trouble with the implementation. Consider using a peer support forum like StackOverflow. If you think you're seeing an implementation-specific issue, file a bug against the specific browser (Firefox, Chrome, Safari, Edge, etc).

In your particular case, if you're not seeing a `success` or `error` event from the `deleteDatabase()` call it is likely that there is an existing connection to the database. You can observe this by listening for a `blocked` event against the request, and ensure that the open connection is closed, either by closing it immediately after you're done using it, or in response to a `versionchange` event fired at the connection.

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

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

Received on Friday, 30 June 2023 16:15:09 UTC