Is there any built in support for detecting HTML 5 browser features like Web Storage?
If not, what is the recommended approach for doing so? I'm looking for a way to detect support for Web (e.g. Local) Storage, so in cases where the browser's do not support it (e.g., IE7), I can use cookies or some other mechanism instead. Thanks, J.D.
