Methods
(static) getArch()
Get OS architecture. This may not be the same as the browser arch or CPU arch. ie, 32bit OS on 64bit hardware
(static) getDefaultBrowser() → {string}
Detect default browser (IE only) Written by unsticky http://ha.ckers.org/blog/20070319/detecting-default-browser-in-ie/
Returns:
- Type
- string
(static) getFamily()
Get OS family
(static) getName() → {string}
Returns:
- Type
- string
(static) getVersion() → {string}
Get OS name
Returns:
- Type
- string
(static) isAndroid() → {boolean}
Returns:
- Type
- boolean
(static) isAros() → {boolean}
Returns:
- Type
- boolean
(static) isBeOS() → {boolean}
Returns:
- Type
- boolean
(static) isBlackBerry() → {boolean}
Returns:
- Type
- boolean
(static) isIpad() → {boolean}
Returns:
- Type
- boolean
(static) isIphone() → {boolean}
Returns:
- Type
- boolean
(static) isIpod() → {boolean}
Returns:
- Type
- boolean
(static) isLinux() → {boolean}
Returns:
- Type
- boolean
(static) isMacintosh() → {boolean}
Returns:
- Type
- boolean
(static) isNokia() → {boolean}
Returns:
- Type
- boolean
(static) isOpenBSD() → {boolean}
Returns:
- Type
- boolean
(static) isOsxLeopard() → {boolean}
Returns:
- Type
- boolean
(static) isOsxMavericks() → {boolean}
Returns:
- Type
- boolean
(static) isOsxSnowLeopard() → {boolean}
Returns:
- Type
- boolean
(static) isOsxYosemite() → {boolean}
Returns:
- Type
- boolean
(static) isQNX() → {boolean}
Returns:
- Type
- boolean
(static) isSunOS() → {boolean}
Returns:
- Type
- boolean
(static) isWebOS() → {boolean}
Returns:
- Type
- boolean
(static) isWin10() → {boolean}
Returns:
- Type
- boolean
(static) isWin2000() → {boolean}
Returns:
- Type
- boolean
(static) isWin2000SP1() → {boolean}
Returns:
- Type
- boolean
(static) isWin311() → {boolean}
Returns:
- Type
- boolean
(static) isWin7() → {boolean}
Returns:
- Type
- boolean
(static) isWin8() → {boolean}
Returns:
- Type
- boolean
(static) isWin81() → {boolean}
Returns:
- Type
- boolean
(static) isWin95() → {boolean}
Returns:
- Type
- boolean
(static) isWin98() → {boolean}
Returns:
- Type
- boolean
(static) isWinCE() → {boolean}
Returns:
- Type
- boolean
(static) isWinME() → {boolean}
Returns:
- Type
- boolean
(static) isWinNT4() → {boolean}
Returns:
- Type
- boolean
(static) isWinPhone() → {boolean}
Returns:
- Type
- boolean
(static) isWinServer2003() → {boolean}
Returns:
- Type
- boolean
(static) isWinVista() → {boolean}
Returns:
- Type
- boolean
(static) isWinXP() → {boolean}
Returns:
- Type
- boolean
(static) isWindows() → {boolean}
Returns:
- Type
- boolean