Git Product home page Git Product logo

browser-detection-library's Introduction

Version Browsers MPL-2.0

browser-detection-library

Fast and Lightweight way to detect browsers.

Browser Support

Browser Version Architecture Status
Brave 1.43.93 (Chromium: 105.0.5195.127) x86_64 Success
Chromium 105.0.5195.125 x86_64 Success
Microsoft Edge 105.0.1343.50 x86_64 Success
FireFox 105.0 x86_64, ARM Success
IE 11 11.09600.17416 x86_64 Success
Opera 90.0.4480.84 x86_64 Success
Safari 13.1.3 (15609.4.1) x86_64 Success
DuckDuckGo 5 (107.0.5304.105) ARM Success

Your needed browser isn't supported yet?
Create a feature request!

Documentation

Current documentation

Build it your self

$ clone https://github.com/b3yc0d3/browser-detection-library.git
$ cd browser-detection-library
$ npm i
$ npm run build

The build files are be found in build/
A working example demo can be found in: demo/
Bulding required before useable; CLICK

Code Snippet

// Get name of browser.
console.log(bdl.browser.name);

// Get name of browser vendor.
console.log(bdl.browser.vendor);

// Get name of browser id (internal used).
console.log(bdl.browser.id);

Sources

Browser Codenames

Credits

Logo:

browser-detection-library's People

Contributors

b3yc0d3 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.