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

NS_ERROR_ILLEGAL_VALUE exception in Firefox for large datasets #24

Open
Ciki opened this issue Jan 29, 2015 · 1 comment
Open

NS_ERROR_ILLEGAL_VALUE exception in Firefox for large datasets #24

Ciki opened this issue Jan 29, 2015 · 1 comment

Comments

@Ciki
Copy link

Ciki commented Jan 29, 2015

storing all snippets in cache might cause the HTML5 pushstate cache to overrun Firefox's 640k character limit.

Might it be better to use localStorage or sessionStorage for this cache, as Mozilla's documentation suggests?

Similar issue here

@lysergicfacet
Copy link

I agree with @Ciki . Using localstorage by default and then falling back to the current method seems entirely reasonable.

Ciki added a commit to Ciki/history.nette.ajax.js that referenced this issue May 2, 2015
Ciki added a commit to Ciki/history.nette.ajax.js that referenced this issue Jun 1, 2015
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

2 participants