How to delete indexedDB?

后端 未结 17 2161
忘了有多久
忘了有多久 2020-12-02 05:16

I\'m working in a project which involves using 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.

17条回答
  •  孤街浪徒
    2020-12-02 06:20

    In windows, you can manually delete the whole IndexedDB databases by locating the IndexedDB directory for the browser and deleting it

    For Chrome:

    C:\Users\user-name\AppData\Local\Google\Chrome\User Data\Profile 1\IndexedDB

    You can delete every folder which clears up the indexedDB. You can start over now.

提交回复
热议问题