Update readme: mention setRenderer()

This commit is contained in:
Faisal Salman 2018-12-10 02:44:19 +07:00
parent 437d05a653
commit 860189d048
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -1053,6 +1053,10 @@
UAParser.CPU = {
ARCHITECTURE : ARCHITECTURE
};
UAParser.GPU = {
MODEL : MODEL,
VENDOR : VENDOR
};
UAParser.DEVICE = {
MODEL : MODEL,
VENDOR : VENDOR,