Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox: NS_ERROR_DOM_QUOTA_REACHED: Persistent storage maximum size reached #458

Open
jacobraccuia opened this issue May 14, 2016 · 1 comment

Comments

@jacobraccuia
Copy link

NS_ERROR_DOM_QUOTA_REACHED: Persistent storage maximum size reached

I get the above error in Firebug, running latest Mozilla 46.0.1, if I leave my site open after a long period of time. Closing the tab with the site open resolves the issue.

What can I do?

@jacobraccuia
Copy link
Author

jacobraccuia commented Jul 26, 2016

I modified line 2053 of the jquery.history.js and added the code 1014. Firefox throws a 1014 when persistent storage is reached. This fix for safari fixes for firefox too.

`if (e.code === DOMException.QUOTA_EXCEEDED_ERR || e.code === 1014) {`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant