Skip to content

svnm/detectie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

detectIe

npm version

A node module to detect the IE browser version, returns false for non IE browsers

Thanks to mario z for the code

var detectIe = require('detectIe');
console.log(detectIe());

Running Tests server side

modify test.js for any tests

npm install
npm test

Running Tests client side

modify test.js for any tests

npm install

make sure you have webpack installed globally

npm install webpack -g

compile test.js to a bundle with webpack

webpack ./test/test.js ./test/test-bundle.js

open test.html to view the tests in the browser

License

MIT

About

detects IE browser version, returns false for non IE browsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published