isabella232 / browserama

Try it out, open an issue if you find any problems. PRs are welcome.

Home Page:https://mypurecloud.github.io/browserama/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browserama Build Status

Browserama is a browser detection module that uses feature detection rather than the user agent to determine which browser is being used.

npm install browserama

Properties

  • isBlink
  • isChrome
  • isChromium
  • isChromeOrChromium
  • isEdge
  • isEdgeChromium
  • isFirefox
  • isIE
  • isOpera
  • isSafari

About

Try it out, open an issue if you find any problems. PRs are welcome.

https://mypurecloud.github.io/browserama/

License:MIT License


Languages

Language:JavaScript 63.3%Language:HTML 36.7%