mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Tag v0.2.1
This commit is contained in:
11
readme.md
11
readme.md
@@ -2,10 +2,10 @@
|
||||
|
||||
JavaScript-based user-agent parser
|
||||
|
||||
* Author : Faisalman <<fyzlman@gmail.com>>
|
||||
* Author : Faisalman <<fyzlman@gmail.com>>
|
||||
* Home : http://faisalman.github.com/ua-parser-js
|
||||
* Source : https://github.com/faisalman/ua-parser-js
|
||||
* License : GPLv2
|
||||
* Source : https://github.com/faisalman/ua-parser-js
|
||||
* License : GPLv2
|
||||
|
||||
## Features
|
||||
|
||||
@@ -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: ""
|
||||
|
Reference in New Issue
Block a user