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

netrenderer.com IE9 on shows DOM Error ERR_QUOTA_EXCEEDED #865

Closed
rulatir opened this issue Jul 9, 2012 · 3 comments
Closed

netrenderer.com IE9 on shows DOM Error ERR_QUOTA_EXCEEDED #865

rulatir opened this issue Jul 9, 2012 · 3 comments

Comments

@rulatir
Copy link

rulatir commented Jul 9, 2012

I'm using netrenderer.com to check rendering on IE9, and less.js (env: 'development') shows multiple instances of the error message "Dom Error: ERR_QUOTA_EXCEEDED". I assume this is exceeded quota of local storage. Can I disable the use of local storage by less.js? If not, do you know of any refactorings I might apply to my LESS code to minimize local storage footprint?

@alibby251
Copy link

Hi rulatir,

Have a look at issue #322 - I am reasonably sure that this is caused by exceeding the set quota of local storage; comments there suggest it may require removing old builds of CSS code in the storage as a workaround, although it doesn't seem to work with everyone...

@lukeapage
Copy link
Member

Added a try-catch, but hardly a great solution, should help though.

@lukeapage
Copy link
Member

duplicate of #312

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

No branches or pull requests

3 participants