I am new to this html5.
Today, i took an example from the below url:
http://blog.darkcrimson.com/2010/05/local-databases/
You can check the demo here.
http://blog.darkcrimson.com/samples/localdb/
Now my question:
Is it possible to fetch all the values entered in the text box and dropdown.
In other words, if i use the above url in 2 different browsers and update my preference, is it possible to fetch both the data(updated in two browsers) ?
Thanks –
Haan
No. Local storage is stored locally, in the browser. If you use a different browser then you are using a different local store.