Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the retrieved information about the current browser, such as the type of browser and the OS.

Hierarchy

Index

Properties

Optional android

android?: boolean

true if the current browser is an Android browser, false otherwise.

Optional bb

bb?: boolean

true if the current browser is a BB browser, false otherwise.

Optional blackberry

blackberry?: boolean

true if the current browser is a Blackberry browser, false otherwise.

Optional chrome

chrome?: boolean

true if the current browser is a Chrome browser, false otherwise.

Optional cros

cros?: boolean

true if the current browser is a Chromium OS browser, false otherwise.

Optional desktop

desktop?: boolean

true if the current browser is a desktop browser, false otherwise.

Optional edge

edge?: boolean

true if the current browser is an Edge browser, false otherwise.

Optional iemobile

iemobile?: boolean

true if the current browser is an IE mobile browser, false otherwise.

Optional ipad

ipad?: boolean

true if the current browser is an iPad browser, false otherwise.

Optional iphone

iphone?: boolean

true if the current browser is an iPhone browser, false otherwise.

Optional ipod

ipod?: boolean

true if the current browser is an iPod browser, false otherwise.

Optional kindle

kindle?: boolean

true if the current browser is a Kindle browser, false otherwise.

Optional linux

linux?: boolean

true if the current browser is a Linux browser, false otherwise.

Optional mac

mac?: boolean

true if the current browser is a Mac browser, false otherwise.

Optional mobile

mobile?: boolean

true if the current browser is a mobile browser, false otherwise.

Optional mozilla

mozilla?: boolean

true if the current browser is a Mozilla browser, false otherwise.

Optional msedge

msedge?: boolean

true if the current browser is an MS Edge browser, false otherwise.

Optional msie

msie?: boolean

true if the current browser is the Internet Explorer browser, false otherwise.

name

name: string

The name of the current browser.

Optional opera

opera?: boolean

true if the current browser is an Opera browser, false otherwise.

Optional opr

opr?: boolean

true if the current browser is an Opr browser, false otherwise.

platform

platform: string

The current platform (operating system).

Optional playbook

playbook?: boolean

true if the current browser is a PlayBook browser, false otherwise.

Optional rv

rv?: boolean

true if the current browser is an RV browser, false otherwise.

Optional safari

safari?: boolean

true if the current browser is a Safari browser, false otherwise.

Optional silk

silk?: boolean

true if the current browser is a Silk browser, false otherwise.

Optional version

version?: string

The version string of the current browser.

Optional versionNumber

versionNumber?: number

The version number of the current browser.

Optional webkit

webkit?: boolean

true if the current browser is a Webkit browser, false otherwise.

Optional win

win?: boolean

true if the current browser is a Windows browser, false otherwise.

Optional windows phone

windows phone?: boolean

true if the current browser is a Windows Phone browser, false otherwise.

Generated using TypeDoc