Store.js - cross browser local storage without using cookies or flash
1–10 of 63 posts
Re: Store.js - cross browser local storage without using cookies or flash
#2"So far tested in
Tested in Firefox 2.0 Tested in Firefox 3.0 Tested in Firefox 3.6 Tested in Chrome 5 Tested in Safari 4 Tested in Safari 5 Tested in IE6 Tested in IE7 Tested in IE8 Tested in Opera 10"
Does it mean it works on IE6+? Does IE6 have local storage?
Re: Store.js - cross browser local storage without using cookies or flash
#3From the readme: "So far tested in Tested in Firefox 2.0 Tested in Firefox 3.0 Tested in Firefox 3.6 Tested in Chrome 5 Tested in Safari 4 Tested in Safari 5 Tested in IE6 Tested in IE7 Tested in IE8 Tested in Opera 10" Does it mean it works on IE6+? Does IE6 have local storage?
Re: Store.js - cross browser local storage without using cookies or flash
#4From the readme: "So far tested in Tested in Firefox 2.0 Tested in Firefox 3.0 Tested in Firefox 3.6 Tested in Chrome 5 Tested in Safari 4 Tested in Safari 5 Tested in IE6 Tested in IE7 Tested in IE8 Tested in Opera 10" Does it mean it works on IE6+? Does IE6 have local storage?
http://msdn.microsoft.com/en-us/library/ms531424%28v=VS.85%2...
Been available since IE 5.5, apparently. Who knew?
Re: Store.js - cross browser local storage without using cookies or flash
#5From the readme: "So far tested in Tested in Firefox 2.0 Tested in Firefox 3.0 Tested in Firefox 3.6 Tested in Chrome 5 Tested in Safari 4 Tested in Safari 5 Tested in IE6 Tested in IE7 Tested in IE8 Tested in Opera 10" Does it mean it works on IE6+? Does IE6 have local storage?
Re: Store.js - cross browser local storage without using cookies or flash
#6From the readme: "So far tested in Tested in Firefox 2.0 Tested in Firefox 3.0 Tested in Firefox 3.6 Tested in Chrome 5 Tested in Safari 4 Tested in Safari 5 Tested in IE6 Tested in IE7 Tested in IE8 Tested in Opera 10" Does it mean it works on IE6+? Does IE6 have local storage?
Re: Store.js - cross browser local storage without using cookies or flash
#7From the readme: "So far tested in Tested in Firefox 2.0 Tested in Firefox 3.0 Tested in Firefox 3.6 Tested in Chrome 5 Tested in Safari 4 Tested in Safari 5 Tested in IE6 Tested in IE7 Tested in IE8 Tested in Opera 10" Does it mean it works on IE6+? Does IE6 have local storage?
Probably uses Adobe Flash storage in browsers that don't support a db.
Re: Store.js - cross browser local storage without using cookies or flash
#8From the readme: "So far tested in Tested in Firefox 2.0 Tested in Firefox 3.0 Tested in Firefox 3.6 Tested in Chrome 5 Tested in Safari 4 Tested in Safari 5 Tested in IE6 Tested in IE7 Tested in IE8 Tested in Opera 10" Does it mean it works on IE6+? Does IE6 have local storage?
Take a look at the source. It uses an IE-proprietary something or other to mock the behavior. http://msdn.microsoft.com/en-us/library/ms531424%28v=VS.85%2... Been available since IE 5.5, apparently. Who knew?
Re: Store.js - cross browser local storage without using cookies or flash
#9Re: Store.js - cross browser local storage without using cookies or flash
#10I.e. maximum storage size, scope (global, 2nd level domain, any domain), life cycle (when is it cleared), etc.