Paul Irish 02 December 2009 Very nice writeup, Remy. Nicholas Zakas mentioned in his writeup on sessionStorage that: Firefox 3 and 3.5 throw errors when you try to access sessionStorage if cookies are disabled on the browser. bug So testing window.sessionStorage can do that.. In Modernizr development, I’ve seen fearphage present this as a solution: (‘sessionStorage’ in window)
Very nice writeup, Remy.
Nicholas Zakas mentioned in his writeup on sessionStorage that:
So testing window.sessionStorage can do that..
In Modernizr development, I’ve seen fearphage present this as a solution:
(‘sessionStorage’ in window)