Returns the name of the browser.
Returns the name of the browser. The HTML5 specification also allows any browser to return "Netscape" here, for compatibility reasons.
MDN
Returns the version of the browser as a string.
Returns the version of the browser as a string. It may be either a plain version number, like "5.0", or a version number followed by more detailed information. The HTML5 specification also allows any browser to return "4.0" here, for compatibility reasons.
MDN
Returns a string representing the platform of the browser.
Returns a string representing the platform of the browser.
MDN
Returns the user agent string for the current browser.
Returns the user agent string for the current browser.
MDN
The NavigatorID interface contains methods and properties related to the identity of the browser.
There is no object of type NavigatorID, but other interfaces, like Navigator or WorkerNavigator, implement it.
MDN