如何刪除indexedDB? - How to delete indexedDB?

問題:

I'm working in a project which involves using IndexedDB.我正在一個涉及使用 IndexedDB 的項目中工作。 As I'm begining to know this technology, I need to be able to delete an indexedDB by hand so I can start over.當我開始瞭解這項技術時,我需要能夠手動刪除 indexedDB,以便我可以重新開始。

I found the way to do it in Firefox, but I can't find the way for Google Chrome.我在 Firefox 中找到了方法,但我找不到 Google Chrome 的方法。

I tried deleting the content of this folder (I'm using Mac):我嘗試刪除此文件夾的內容(我使用的是 Mac):

{home}/Library/Application Support/Google/Chrome/Default/IndexedDB

but it seems Chrome stil have the DB anywhere so I can't start over.但似乎 Chrome 仍然在任何地方都有數據庫,所以我無法重新開始。


解決方案:

參考: https://stackoom.com/en/question/dNEu
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章