Node.js examples for Environment:Browser
Is IE browser
function isIE() { var userAgent = navigator.userAgent; return (/Trident/gi).test(userAgent); }