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.
The NavigatorID
interface doesn't inherit any properties.
NavigatorID.appCodeName
Read only
'Mozilla'
, on any browser. This property is kept only for compatibility purpose.NavigatorID.appName
Read only
NavigatorID.appVersion
Read only
NavigatorID.platform
Read only
NavigatorID.product
Read only
'Gecko'
, on any browser. This property is kept only for compatibility purpose.NavigatorID.userAgent
Read only
The NavigatorID
interface doesn't inherit any methods.
NavigatorID.taintEnabled()
Not available to workers
false
. JavaScript taint/untaint functions were removed in JavaScript 1.2. This method is only kept for compatibility purposeSpecification | Status | Comment |
---|---|---|
WHATWG HTML Living Standard The definition of 'NavigatorID' in that specification. | Living Standard | Added the appCodeName property and the taintEnabled() method, for compatibility purpose. |
HTML5 The definition of 'NavigatorID' in that specification. | Recommendation | Initial specification. |
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Feature | Android | Chrome for Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) | (Yes) |
Navigator
and WorkerNavigator
interfaces that implement it.
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/navigatorID