搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Why I get: DOMException: The quota has been exceeded. ?

  • 2 回覆
  • 1 有這個問題
  • 1623 次檢視
  • 最近回覆由 FredMcD

more options

Hello. I need help with: `DOMException: The quota has been exceeded.` I'm trying to use IndexedDB. However, the code is requesting persistent storage: `await window.navigator.storage.persist();` (and this is returning true) This website is only storing about 8MB of data and I have a different website storing 200MB of data (userscript) The storage medium still has 140GB available. What quota did I exceed? If this is the wrong place, please direct me to the right place

Hello. I need help with: `DOMException: The quota has been exceeded.` I'm trying to use IndexedDB. However, the code is requesting persistent storage: `await window.navigator.storage.persist();` (and this is returning true) This website is only storing about 8MB of data and I have a different website storing 200MB of data (userscript) The storage medium still has 140GB available. What quota did I exceed? If this is the wrong place, please direct me to the right place

被選擇的解決方法

I deleted both: storage/default/[website]/ls storage/default/[website]/cache

Directories, restarted the browser... Now it seems to be working. (I made a backup, btw)

從原來的回覆中察看解決方案 👍 0

所有回覆 (2)

more options

選擇的解決方法

I deleted both: storage/default/[website]/ls storage/default/[website]/cache

Directories, restarted the browser... Now it seems to be working. (I made a backup, btw)

由 brunoais 於 修改

more options

That was very good work. Well Done. Please flag your last post as Solved Problem as this can help others with similar problems.