Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

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

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 1586 προβολές
  • Τελευταία απάντηση από 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.