mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 16:08:47 +03:00
New categories for device: wearable & embedded
This commit is contained in:
parent
6c1c202815
commit
2be03bf30c
@ -30,7 +30,9 @@
|
|||||||
CONSOLE = 'console',
|
CONSOLE = 'console',
|
||||||
MOBILE = 'mobile',
|
MOBILE = 'mobile',
|
||||||
TABLET = 'tablet',
|
TABLET = 'tablet',
|
||||||
SMARTTV = 'smarttv';
|
SMARTTV = 'smarttv',
|
||||||
|
WEARABLE = 'wearable',
|
||||||
|
EMBEDDED = 'embedded';
|
||||||
|
|
||||||
|
|
||||||
///////////
|
///////////
|
||||||
@ -696,7 +698,9 @@
|
|||||||
CONSOLE : CONSOLE,
|
CONSOLE : CONSOLE,
|
||||||
MOBILE : MOBILE,
|
MOBILE : MOBILE,
|
||||||
SMARTTV : SMARTTV,
|
SMARTTV : SMARTTV,
|
||||||
TABLET : TABLET
|
TABLET : TABLET,
|
||||||
|
WEARABLE: WEARABLE,
|
||||||
|
EMBEDDED: EMBEDDED
|
||||||
};
|
};
|
||||||
UAParser.ENGINE = {
|
UAParser.ENGINE = {
|
||||||
NAME : NAME,
|
NAME : NAME,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user