How do you delete the indexed databases stored on your computer in Firefox?

前端 未结 9 497
暖寄归人
暖寄归人 2021-02-03 10:13

In Opera you can simply type in opera:webdatabases in the address field and delete all the web SQL databases stored on your computer.

How do you do the sam

9条回答
  •  迷失自我
    2021-02-03 11:18

    In firefox, indexeddb can be deleted by:

    1. Using Ctrl + Shift (Alt) + Delete and choosing to clear offline website data.
    2. Deleting the file corresponding to individual websites. On linux, these files can be found at ~/.mozilla/firefox/.default/storage/persistent/

提交回复
热议问题