mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
Detect IE11 without MSIE token
This commit is contained in:
parent
ec50c619ea
commit
eed632e3dd
@ -228,6 +228,9 @@
|
||||
// Chromium/Flock/RockMelt/Midori/Epiphany/Silk/Skyfire/Bolt
|
||||
], [NAME, VERSION, MAJOR], [
|
||||
|
||||
/(trident).+rv\:((\d+)?[\w\.]+).+like\sgecko/i // IE11
|
||||
], [[NAME, 'IE'], VERSION, MAJOR], [
|
||||
|
||||
/(yabrowser)\/((\d+)?[\w\.]+)/i // Yandex
|
||||
], [[NAME, 'Yandex'], VERSION, MAJOR], [
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user