How to delete indexedDB?

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

    To delete an IndexedDB from the OS X version of Chrome:

    1) In Preferences, show Advanced Settings then click the "Content Settings" button under the "Privacy" section.

    2) In the "Content Settings" popup, click the "All Cookies and Site Data" button under the "Cookies" section.

    3) In the "Cookies and site data" popup, use the "Search Cookies" textbox to look up the domain that is the source of the IndexedDB.

    4) Click on the domain entry in the list.

    5) Click on the "indexed database" tag listed under the domain.

    6) Click on the "Remove" button in the drop down detail for the indexed database.

提交回复
热议问题