docs.rodeo

MDN Web Docs mirror

Navigator

{{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.

Instance properties

Doesn’t inherit any properties.

Standard properties

Non-standard properties

Deprecated properties

Instance methods

Doesn’t inherit any method.

Deprecated methods

Specifications

{{Specifications}} 

Browser compatibility

{{Compat}} 

In this article

View on MDN