mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
29 lines
730 B
JSON
29 lines
730 B
JSON
[
|
|
{
|
|
"desc" : "OS/2",
|
|
"ua" : "Links (2.1pre14; OS/2 1 i386; 80x33)",
|
|
"expect" :
|
|
{
|
|
"name" : "OS/2",
|
|
"version" : "undefined"
|
|
}
|
|
},
|
|
{
|
|
"desc" : "OS/2",
|
|
"ua" : "Mozilla/5.0 (OS/2; OS/2 i386) AppleWebKit/538.36 (KHTML, like Gecko) QtWebEngine/5.15.2 Chrome/127.0.6533.72",
|
|
"expect" :
|
|
{
|
|
"name" : "OS/2",
|
|
"version" : "undefined"
|
|
}
|
|
},
|
|
{
|
|
"desc" : "OS/2",
|
|
"ua" : "Mozilla/5.0 (OS/2; Warp 4.5; rv:45.0) Gecko/20100101 Firefox/45.0",
|
|
"expect" :
|
|
{
|
|
"name" : "OS/2",
|
|
"version" : "undefined"
|
|
}
|
|
}
|
|
] |