files/en-us/web/api/navigator/index.md
{{APIRef("DOM")}}
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.
A Navigator object can be retrieved using the read-only {{domxref("window.navigator")}} property.
Doesn't inherit any properties.
null value is returned when this is unknown.true if the browser can display PDF files inline when navigating to them, and false otherwise.20181001000000 in Firefox 64 onwards.true).'Mozilla', in any browser.'Netscape', in any browser.'Gecko', in any browser.'20030107', or '"20100101'.'Apple Computer Inc.', or 'Google Inc.'.Doesn't inherit any method.
true if a call to Navigator.share() would succeed.FencedFrameConfig's internal url property. This method has been made available as a temporary measure (hence "deprecated") to enable that substitution for fenced frame URLs, helping ad tech providers to migrate existing implementations across to privacy sandbox APIs.false. JavaScript taint/untaint functions removed in JavaScript 1.2.{{Specifications}}
{{Compat}}