mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
Fix conflict with changes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
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 & MIT
|
||||
@@ -14,6 +14,7 @@ Get detailed type and version of web browser, layout engine, operating system, a
|
||||
## Methods
|
||||
|
||||
* `getBrowser([uastring])`
|
||||
* `getDevice([uastring])`
|
||||
* `getEngine([uastring])`
|
||||
* `getOS([uastring])`
|
||||
* `getDevice([uastring])`
|
||||
@@ -39,6 +40,10 @@ Get detailed type and version of web browser, layout engine, operating system, a
|
||||
version: "",
|
||||
major: ""
|
||||
},
|
||||
device: {
|
||||
name: "",
|
||||
version: ""
|
||||
},
|
||||
engine: {
|
||||
name: "",
|
||||
version: ""
|
||||
|
Reference in New Issue
Block a user