Skip to content

Simple javascript code to detect browser type, version, and OS

Notifications You must be signed in to change notification settings

KennethJoris/browserDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

browserDetect.js

Simple javascript code to detect browser type, version, and OS

Usage

To initialize and detect browser:

browserDetect.init();

Once initialized, info is stored in the browserDetect object

//Browser type
browserDetect.browser;

//Browser version
browserDetect.version;

//OS Type
browserDetect.OS;

About

Simple javascript code to detect browser type, version, and OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published