Revise window object detection

This commit is contained in:
Faisalman
2012-11-28 15:32:56 +07:00
parent 5cc6bf78a5
commit 3ecb3fbea2
3 changed files with 9 additions and 5 deletions

View File

@@ -73,6 +73,10 @@ Extract detailed type of web browser, layout engine, operating system, and devic
## Using node.js
```sh
npm install ua-parser-js
```
```js
var UAParser = require('ua-parser');
var parser = new UAParser();