Jump to content

localStorage...


xhyperx

Recommended Posts

Another HTML5 chapter issue...Firstly, Can someone give a browser support matrix for this object called localStorage.More importantly, On the w3schools site, the chapter on Web Storage says this about localStorage...

The localStorage ObjectThe localStorage object stores the data with no time limit. The data will be available the next day, week, or year.How to create and access a localStorage:Example<script type="text/javascript">localStorage.lastname="Smith";document.write(localStorage.lastname);</script>
It's exciting, however, there are no detailed discussions on this "object"... It says the Try It yourself example is an example on how to create and access a localStorage object.I tried to create an access a localStorage object using THAT code in IE9 and was unsuccessful. Is it not supported in IE yet?
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...