mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
Tag v0.2.1
This commit is contained in:
parent
f1065dc4f8
commit
5e4d686e3e
@ -1,7 +1,7 @@
|
||||
{
|
||||
"title" : "UA-Parser.js",
|
||||
"name" : "ua-parser-js",
|
||||
"version" : "0.1.2",
|
||||
"version" : "0.2.1",
|
||||
"author" : {
|
||||
"name" : "Faisal Salman",
|
||||
"email" : "fyzlman@gmail.com",
|
||||
|
@ -14,6 +14,7 @@ Get detailed type and version of web browser, layout engine, and operating syste
|
||||
## Methods
|
||||
|
||||
* `getBrowser([uastring])`
|
||||
* `getDevice([uastring])`
|
||||
* `getEngine([uastring])`
|
||||
* `getOS([uastring])`
|
||||
* `setUA(uastring)`
|
||||
@ -35,6 +36,10 @@ Get detailed type and version of web browser, layout engine, and operating syste
|
||||
version: "",
|
||||
major: ""
|
||||
},
|
||||
device: {
|
||||
name: "",
|
||||
version: ""
|
||||
},
|
||||
engine: {
|
||||
name: "",
|
||||
version: ""
|
||||
|
@ -1,4 +1,4 @@
|
||||
// UA-Parser.js v0.2.0
|
||||
// UA-Parser.js v0.2.1
|
||||
// Lightweight JavaScript-based user-agent parser
|
||||
// https://github.com/faisalman/ua-parser-js
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user