base.js 122 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 export function isIE(){ if(!!window.ActiveXObject || "ActiveXObject" in window) return true; else return false; }