The navigator object of window.navigator
property.
appCodeName
: It returns the code name of the browser.appName
: It returns the name of the browser.appVersion
: It returns the version of the browser.cookieEnabled
: It returns a boolean which specifies whether cookies are enabled in the browser.geolocation
: It returns an object specifying the location.language
: It returns the language version of the browser.onLine
: It returns a boolean specifying whether browser is online.platform
: It returns the platform for which the browser is compiled.product
: It returns the name of the engine of the browser.userAgent
: It returns the value of the user-agent header sent by the browser to the server.javaEnabled()
: It returns a boolean specifying whether the browser has Java enabled.taintEnabled()
: It returns a boolean specifying whether the browser has Data tainting enabled.Note: There are some properties and methods that are deprecated in the latest version of JavaScript from the above list. To view the full list of properties and methods, visit the following page.