0
Web Storage
Hi all. Please tell me where to find detailed literature on the topic of web storage
4 Respostas
+ 2
this is not did like that
you can get key's value like this:
var key = window.localStorage.getItem("key_name");
*key_ name is your key name who's Store in localStorage
+ 1
just google about perticular web storage as :
1. localStorage
2. sessionStorage
3. IndexedDb
4. webSQL
5. Cookies
0
how to get the index of one key correctly like this "var key = window.localStorage.key[1]"??
0
Thanks, but I already figured it out myself)