mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-12-31 11:29:07 +03:00
Improve Windows detection & recognize Windows CE & RT as separate OS variants
This commit is contained in:
@@ -388,9 +388,11 @@ const OS = Object.freeze({
|
||||
WATCHOS: 'watchOS',
|
||||
WEBOS: 'WebOS',
|
||||
WINDOWS: 'Windows',
|
||||
WINDOWS_CE: 'Windows CE',
|
||||
WINDOWS_IOT: 'Windows IoT',
|
||||
WINDOWS_MOBILE: 'Windows Mobile',
|
||||
WINDOWS_PHONE: 'Windows Phone',
|
||||
WINDOWS_RT: 'Windows RT',
|
||||
XBOX: 'Xbox',
|
||||
XUBUNTU: 'Xubuntu',
|
||||
ZENWALK: 'Zenwalk'
|
||||
|
||||
Reference in New Issue
Block a user