mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-28 00:18:45 +03:00
Update readme: mention setRenderer()
This commit is contained in:
parent
437d05a653
commit
860189d048
@ -110,6 +110,10 @@ ATI, Intel, NVIDIA, Qualcomm, SiS
|
||||
* `getUA()`
|
||||
* returns UA string of current instance
|
||||
|
||||
* `setRenderer(rendererstr)`
|
||||
* set Renderer string to parse
|
||||
* returns current instance
|
||||
|
||||
* `setUA(uastring)`
|
||||
* set UA string to parse
|
||||
* returns current instance
|
||||
|
@ -1053,6 +1053,10 @@
|
||||
UAParser.CPU = {
|
||||
ARCHITECTURE : ARCHITECTURE
|
||||
};
|
||||
UAParser.GPU = {
|
||||
MODEL : MODEL,
|
||||
VENDOR : VENDOR
|
||||
};
|
||||
UAParser.DEVICE = {
|
||||
MODEL : MODEL,
|
||||
VENDOR : VENDOR,
|
||||
|
Loading…
x
Reference in New Issue
Block a user