kevva / is-iexplorer

Check if browser is Internet Explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-iexplorer

Check if browser is Internet Explorer

Supports IE6, IE7, IE8, IE9, IE10, IE11 and Edge.

User agent sniffing is considered bad practice and should be avoided if possible.

Install

$ npm install is-iexplorer

Usage

const isIexplorer = require('is-iexplorer');

console.log(isIexplorer);
//=> false (hopefully)

License

MIT © Kevin Mårtensson

About

Check if browser is Internet Explorer

License:MIT License


Languages

Language:JavaScript 100.0%