The Navigator interface represents the state and the identity of the user agent. It allows scripts to query it and to register themselves to carry on some activities.

Documentation Navigator by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

read onlyappName:String

read onlybuildID:String

Returns the build identifier of the browser (e.g., "2006090803").

read onlycookieEnabled:Bool

Returns false if setting a cookie will be ignored and true otherwise.

read onlydoNotTrack:String

Reports the value of the user's do-not-track preference. When this value is "yes", your web site or application should not track the user.

read onlygeolocation:Geolocation

Returns a Geolocation object allowing accessing the location of the device.

read onlylanguage:String

read onlyonLine:Bool

read onlyoscpu:String

Returns a string that represents the current operating system.

read onlypermissions:Permissions

Returns a Permissions object that can be used to query and update permission status of APIs covered by the Permissions API.

read onlyplatform:String

read onlyproduct:String

read onlyproductSub:String

Returns the build number of the current browser (e.g., "20060909").

read onlyuserAgent:String

read onlyvendor:String

Returns the vendor name of the current browser (e.g., "Netscape6").

read onlyvendorSub:String

Returns the vendor version number (e.g. "6.1").

Methods