mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
20 lines
530 B
JSON
20 lines
530 B
JSON
[
|
|
{
|
|
"desc" : "OpenSUSE",
|
|
"ua" : "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110420 SUSE/3.6.17-0.2.1 Firefox/3.6.17",
|
|
"expect" :
|
|
{
|
|
"name" : "SUSE",
|
|
"version" : "3.6.17-0.2.1"
|
|
}
|
|
},
|
|
{
|
|
"desc" : "SUSE",
|
|
"ua" : "Mozilla/5.0 (X11; SUSE; Linux amd64; rv:86.0) Gecko/20100101 Firefox/86.0",
|
|
"expect" :
|
|
{
|
|
"name" : "SUSE",
|
|
"version" : "undefined"
|
|
}
|
|
}
|
|
] |