mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-29 17:04:26 +03:00
11
readme.md
11
readme.md
@@ -75,6 +75,17 @@ Extract detailed type of web browser, layout engine, operating system, and devic
|
||||
</script>
|
||||
```
|
||||
|
||||
## Using requirejs
|
||||
|
||||
If you're using requirejs, you can load UA-Parser like any other module.
|
||||
|
||||
```js
|
||||
require(['ua-parser'], function(UAParser) {
|
||||
var parser = new UAParser();
|
||||
console.log(parser.getResult());
|
||||
});
|
||||
```
|
||||
|
||||
## Using node.js
|
||||
|
||||
```sh
|
||||
|
Reference in New Issue
Block a user