1.0.0 • Published 9 years ago

browser-compatibility v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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