How to delete indexedDB?

后端 未结 17 2091
忘了有多久
忘了有多久 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:08

    Alternatively, use your web application in a new incognito window, and close it when you're done: database deleted.

提交回复
热议问题