fex-team / ua-device

userAgent解析库
http://fex-team.github.io/ua-device/
BSD 3-Clause "New" or "Revised" License
1.45k stars 173 forks source link

不能正确识别较新的MicroSoft Edge浏览器 #45

Open DongShi opened 6 years ago

DongShi commented 6 years ago

试试这个UA string: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299

得到的结果是Chrome... 请作者修正之

相关逻辑: https://github.com/fex-team/ua-device/blob/04c62bbb02cdbfcef6404eae682ce98a7fe1055d/lib/ua-device.js#L680