Namespace: os

os

Source:

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

Source:

(static) getDefaultBrowser() → {string}

Detect default browser (IE only) Written by unsticky http://ha.ckers.org/blog/20070319/detecting-default-browser-in-ie/

Source:
Returns:
Type
string

(static) getFamily()

Get OS family

Source:

(static) getName() → {string}

Source:
Returns:
Type
string

(static) getVersion() → {string}

Get OS name

Source:
Returns:
Type
string

(static) isAndroid() → {boolean}

Source:
Returns:
Type
boolean

(static) isAros() → {boolean}

Source:
Returns:
Type
boolean

(static) isBeOS() → {boolean}

Source:
Returns:
Type
boolean

(static) isBlackBerry() → {boolean}

Source:
Returns:
Type
boolean

(static) isIpad() → {boolean}

Source:
Returns:
Type
boolean

(static) isIphone() → {boolean}

Source:
Returns:
Type
boolean

(static) isIpod() → {boolean}

Source:
Returns:
Type
boolean

(static) isLinux() → {boolean}

Source:
Returns:
Type
boolean

(static) isMacintosh() → {boolean}

Source:
Returns:
Type
boolean

(static) isNokia() → {boolean}

Source:
Returns:
Type
boolean

(static) isOpenBSD() → {boolean}

Source:
Returns:
Type
boolean

(static) isOsxLeopard() → {boolean}

Source:
Returns:
Type
boolean

(static) isOsxMavericks() → {boolean}

Source:
Returns:
Type
boolean

(static) isOsxSnowLeopard() → {boolean}

Source:
Returns:
Type
boolean

(static) isOsxYosemite() → {boolean}

Source:
Returns:
Type
boolean

(static) isQNX() → {boolean}

Source:
Returns:
Type
boolean

(static) isSunOS() → {boolean}

Source:
Returns:
Type
boolean

(static) isWebOS() → {boolean}

Source:
Returns:
Type
boolean

(static) isWin7() → {boolean}

Source:
Returns:
Type
boolean

(static) isWin8() → {boolean}

Source:
Returns:
Type
boolean

(static) isWin10() → {boolean}

Source:
Returns:
Type
boolean

(static) isWin81() → {boolean}

Source:
Returns:
Type
boolean

(static) isWin95() → {boolean}

Source:
Returns:
Type
boolean

(static) isWin98() → {boolean}

Source:
Returns:
Type
boolean

(static) isWin311() → {boolean}

Source:
Returns:
Type
boolean

(static) isWin2000() → {boolean}

Source:
Returns:
Type
boolean

(static) isWin2000SP1() → {boolean}

Source:
Returns:
Type
boolean

(static) isWinCE() → {boolean}

Source:
Returns:
Type
boolean

(static) isWindows() → {boolean}

Source:
Returns:
Type
boolean

(static) isWinME() → {boolean}

Source:
Returns:
Type
boolean

(static) isWinNT4() → {boolean}

Source:
Returns:
Type
boolean

(static) isWinPhone() → {boolean}

Source:
Returns:
Type
boolean

(static) isWinServer2003() → {boolean}

Source:
Returns:
Type
boolean

(static) isWinVista() → {boolean}

Source:
Returns:
Type
boolean

(static) isWinXP() → {boolean}

Source:
Returns:
Type
boolean