You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have the in test as Firefox throws similar fits when cookies are disabled..
from the source
// both localStorage and sessionStorage are
// tested in this method because otherwise Firefox will
// throw an error: https://bugzilla.mozilla.org/show_bug.cgi?id=365772
// if cookies are disabled
http://twitter.com/kangax/status/7447765023
fix:
return ('localStorage' in window) && localStorage !== null;
The text was updated successfully, but these errors were encountered: