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

Error when the storage-limit of the localStorage is reached #221

Open
DHainzl opened this issue Mar 25, 2014 · 0 comments · May be fixed by #222
Open

Error when the storage-limit of the localStorage is reached #221

DHainzl opened this issue Mar 25, 2014 · 0 comments · May be fixed by #222

Comments

@DHainzl
Copy link

DHainzl commented Mar 25, 2014

Currently, Sammy throws the error "NS_ERROR_DOM_QUOTA_REACHED" when I try to save data into the session if the storage limit of the localStorage is reached.

This can be reproduced either in Firefox by visiting about:config and setting the value of dom.storage.default_quota to 0 or by visiting a page with Mobile Safari in Private Mode (which doesn't allow data to be saved to the localStorage) and then visiting a page using sammy.Session.

I already implemented a fix, I am currently working on a pull request which should be committed soon.

-- David

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

Successfully merging a pull request may close this issue.

1 participant