No way to delete IndexedDB under Google Chrome

拜拜、爱过 提交于 2019-12-06 05:30:25

According to: http://code.google.com/p/chromium/issues/detail?id=116372 You will have the option to clear indexedDB (and other client side storage options like: localstorage etc') soon...

According to http://code.google.com/p/chromium/issues/detail?id=64050, IndexedDB directories don't get deleted if there are open connections to them. Have you tried shutting down the browser, waiting until all processes are gone, and then using "clear browsing data"?

If you were still accessing IndexedDB when trying to clear history then the database won't be deleted cause it's already in use. In that case you need to close the browser first and then try to clear history again.

Alternatively you can delete all IndexedDB databases manually from:

Windows C:\Users\{UserName}\AppData\Local\Google\Chrome\User Data\Default\IndexedDB

Linux: /home/{username}/.config/google-chrome/IndexedDB

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!