We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b704f9 commit 2206d91Copy full SHA for 2206d91
tests/fixtures/globals.js
@@ -16,6 +16,7 @@
16
window.userAgent = userAgentParser.parse(navigator.userAgent);
17
window.userAgent.isNode = false;
18
window.userAgent.isBrowser = true;
19
+ window.userAgent.isIE = window.userAgent.isIE || /Edge/.test(navigator.userAgent);
20
}
21
else {
22
// Expose Node globals
0 commit comments