is-ie8
v1.0.2
Published
Determines whether or not the given browser is IE8.
Downloads
12
Maintainers
Readme
Is IE8
Is a simple JavaScript module that determines whether or not the given browser is IE8.
Install
npm install is-ie8 --save-dev
Use
var isIE8 = require('is-ie8');
if(isIE8()){
// do something
}