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

ie 9 compatibility #3

Closed
ghost opened this issue Jan 23, 2014 · 2 comments
Closed

ie 9 compatibility #3

ghost opened this issue Jan 23, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 23, 2014

Thanks for sharing .

I Tested it in Chrome,Firefox and it's OK , however it fails in IE9 silently .

@ghost
Copy link
Author

ghost commented Jan 23, 2014

This behaviour is due to IE9 not supporting JSON object by default .
This line of code fails localStorage.setItem(this.name, JSON.stringify(events));
We can load json2.js from a CDN:
http://cdnjs.cloudflare.com/ajax/libs/json2/20110223/json2.js to resolve the issue .

@jeremyharris
Copy link
Owner

Thanks for the report. I'll add a note in the readme about support for IE9.

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