1.0.0 • Published 10 years ago
browser-compatibility v1.0.0
browser-compatibility
By default the namespace is set on the 'window' object at the top of the source file:
var CONFIG = {
namespace : 'browserCompatibility'
}
There are 2 methods exposed for checking browser compatibility:
window.browserCompatibility.cookie() // returns true or false
and...
window.browserCompatibility.localStorage() // returns true or false
1.0.0
10 years ago