25/04/2015

Unable to get property 'setItem' of undefined or null reference

When using localStorage in HTML5, and try to setItem, the below error will happen:

[Unable to get property 'setItem' of undefined or null reference]

The cause of the error is running the page without use web server such us IIS.
Just add the page with site under IIS and try.

No comments:

Post a Comment