Re: [w3c/IndexedDB] Delete entire site data on data corruption/loss? (Issue #431)

I seem te be missing the simple option of having a simple call for a complete nuke of the current indexedDb.
Not iterating over indexedDb.databases(), but simply a call to e.g. indexedDb.destroyDatabases().
This call would completely destroy all indexedDb corrupted files on the physical filesystem.

In my case, I actually needed to manually destroy indexedDb in DevTools. And others needed to clear cache on their mobile device. Couldn't even iterate using indexedDb.databases().

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

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

Received on Monday, 9 December 2024 10:26:01 UTC