Articles tagged: NavigatorID
Found 8 documents
- Web/API/NavigatorID The NavigatorID interface contains methods and properties related to the identity of the browser.
- Web/API/NavigatorID/appCodeName The NavigatorID.appCodeName always returns 'Mozilla', on any browser. This property is kept only ...
- Web/API/NavigatorID/appName The NavigatorID.appName property returns the name of the browser. The HTML5 specification also ...
- Web/API/NavigatorID/appVersion Returns the version of the browser as a string. It may be either a plain version number, like ...
- Web/API/NavigatorID/platform Returns a string representing the platform of the browser. The specification allows browsers to ...
- Web/API/NavigatorID/product The NavigatorID.product property returns the product name of the current browser.
- Web/API/NavigatorID/taintEnabled The NavigatorID.taintEnabled() method always returns false.
- Web/API/NavigatorID/userAgent The NavigatorID.userAgent read-only property returns the user agent string for the current browser.