Easy Tutorial
❮ Event Animationiteration Prop Radio Name ❯

Navigator Object

The Navigator object contains information about the browser.

Note: There is no public standard that applies to the navigator object, but all browsers support it.


Navigator Object Properties

Property Description
appCodeName Returns the browser's code name
appName Returns the browser's name
appVersion Returns the browser's platform and version information
cookieEnabled Returns a Boolean value indicating whether cookies are enabled in the browser
platform Returns the operating system platform on which the browser is running
userAgent Returns the value of the user-agent header sent by the client to the server
geolocation Returns the browser's geolocation information
language Returns the language used by the browser
onLine Returns whether the browser is online, returns true if online, otherwise returns false
product Returns the engine (product) used by the browser

Navigator Object Methods

Method Description
javaEnabled() Specifies whether Java is enabled in the browser
taintEnabled() Specifies whether data tainting is enabled in the browser
❮ Event Animationiteration Prop Radio Name ❯