--- title: NavigatorID slug: orphaned/Web/API/NavigatorID tags: - API translation_of: Web/API/NavigatorID original_slug: Web/API/NavigatorID ---
{{APIRef("HTML DOM")}}
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 {{domxref("Navigator")}} or {{domxref("WorkerNavigator")}}, implement it.
The NavigatorID
interface doesn't inherit any property.
'Mozilla'
, on any browser. This property is kept only for compatibility purpose.'Gecko'
, on any browser. This property is kept only for compatibility purpose.The NavigatorID
interface doesn't inherit any method.
false
. JavaScript taint/untaint functions were removed in JavaScript 1.2. This method is only kept for compatibility purposeSpecification | Status | Comment |
---|---|---|
{{SpecName('HTML WHATWG', '#navigatorid', 'NavigatorID')}} | {{Spec2('HTML WHATWG')}} | Added the appCodeName property and the taintEnabled() method, for compatibility purpose. |
{{SpecName('HTML5 W3C', '#navigatorid', 'NavigatorID')}} | {{Spec2('HTML5 W3C')}} | Initial specification. |
{{Compat("api.NavigatorID")}}