Imported Question by gareth · Sep 28, 2016 at 09:55 PM
I want to find out how much storage space the IndexedDB is using, and delete it if necessary.
Imported Question by gareth · Sep 28, 2016 at 09:55 PM
I want to find out how much storage space the IndexedDB is using, and delete it if necessary.
Chrome
Click the “x” to delete the database.
Firefox
Click “clear storage” to delete the database and other offline data.
I think the above info may be a little outdated?
I think these days the simplest and most interesting way of managing IndexedDB is by looking in the developer tools under Application in Chrome and (sort of) Storage in Firefox.
These panes let you both look inside IndexedDB (great for debugging) as well as let you clear dbs that it has setup. In Chrome there is a convenient button to delete everything, but Firefox is unfortunately a little more complicated.
If you want to delete absolutely everything in FF I think the simplest is:
about:preferences#privacy
)