Skip to content

Instantly share code, notes, and snippets.

View AbhilashDawar's full-sized avatar

Abhilash Dawar AbhilashDawar

View GitHub Profile
@AbhilashDawar
AbhilashDawar / browserCheck.js
Created May 13, 2019 08:45
Browser detection with Javascript
var BROWSERS = {
chrome: {
name: "Google Chrome or Chromium",
codes: {
chrome: "Chrome"
},
supportVersion: 0
},
firefox: {
name: "Mozilla Firefox",