mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
20 lines
477 B
JSON
20 lines
477 B
JSON
[
|
|
{
|
|
"desc" : "Windows CE",
|
|
"ua" : "Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)",
|
|
"expect" :
|
|
{
|
|
"name" : "Windows CE",
|
|
"version" : "undefined"
|
|
}
|
|
},
|
|
{
|
|
"desc" : "Windows CE",
|
|
"ua" : "Mozilla/4.0 (PDA; Windows CE/1.0.1) NetFront/3.0",
|
|
"expect" :
|
|
{
|
|
"name" : "Windows CE",
|
|
"version" : "1.0.1"
|
|
}
|
|
}
|
|
] |