Change browser name to lowercase

auto_join_3.3
Mészáros Mihály 2020-04-22 12:26:35 +02:00
parent 5e3f50c052
commit 1ea330059e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export default function()
flag,
os : browser.getOSName(true), // ios, android, linux...
platform : browser.getPlatformType(true), // mobile, desktop, tablet
name : browser.getBrowserName(),
name : browser.getBrowserName(true),
version : browser.getBrowserVersion(),
bowser : browser
};