Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut

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

  • 2 balas
  • 1 memiliki masalah ini
  • 819 kunjungan
  • Balasan terakhir oleh 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

Solusi terpilih

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)

Baca jawaban ini dalam konteks 👍 0

Semua Balasan (2)

more options

Solusi Terpilih

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)

Diperbarui oleh brunoais pada

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.