Comment #14 on issue 22181 by [email protected]: Can't log in to CNET w/Chrome http://code.google.com/p/chromium/issues/detail?id=22181
@13, the check is not correct, from general JS feature-detection perspective. Suppose you have a browser that supports localStorage, but not sessionStorage. This check would also fail, because having a valid window.Storage constructor doesn't tell you anything about which feature is supported. I would say (totally empirically), that not many sites are using HTML5 Storage spec yet. And those that do should do it right. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
