mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2026-01-01 20:05:42 +03:00
Merge branch 'ie11' of github.com:faisalman/ua-parser-js
This commit is contained in:
@@ -228,6 +228,9 @@
|
||||
// Chromium/Flock/RockMelt/Midori/Epiphany/Silk/Skyfire/Bolt/Iron
|
||||
], [NAME, VERSION, MAJOR], [
|
||||
|
||||
/(trident).+rv\:((\d+)?[\w\.]+).+like\sgecko/i // IE11
|
||||
], [[NAME, 'IE'], VERSION, MAJOR], [
|
||||
|
||||
/(yabrowser)\/((\d+)?[\w\.]+)/i // Yandex
|
||||
], [[NAME, 'Yandex'], VERSION, MAJOR], [
|
||||
|
||||
|
||||
Reference in New Issue
Block a user