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 1d8c63c commit 0e99041Copy full SHA for 0e99041
modules/core.mjs
@@ -78,7 +78,7 @@ if ((typeof document !== 'undefined') && (typeof window !== 'undefined') && (typ
78
}
79
});
80
81
- if (browser.isChrome || browser.isChromeHeadless)
+ if (browser.chromeVersion)
82
browser.isWin = navigator.userAgentData.platform === 'Windows';
83
else {
84
browser.isFirefox = navigator.userAgent.indexOf('Firefox') >= 0;
0 commit comments