mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
20 lines
541 B
JSON
20 lines
541 B
JSON
[
|
|
{
|
|
"desc" : "Linux",
|
|
"ua" : "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36",
|
|
"expect" :
|
|
{
|
|
"name" : "Linux",
|
|
"version" : "undefined"
|
|
}
|
|
},
|
|
{
|
|
"desc" : "Linux",
|
|
"ua" : "Mozilla/5.0 (X11; U; Linux armv61; en-US; rv:1.9.1b2pre) Gecko/20081015 Fennec/1.0a1",
|
|
"expect" :
|
|
{
|
|
"name" : "Linux",
|
|
"version" : "undefined"
|
|
}
|
|
}
|
|
] |