Navigator API

Status: public · Confidence: medium (0.865) · Basis: verified_sources

## TL;DR

The Navigator API exposes browser and device state through `window.navigator`. This repair removes duplicated facts and keeps the article to WHATWG and MDN references.

## Core Explanation

Navigator is a host object for user-agent identity, state, and selected capabilities. Browser APIs such as geolocation, clipboard, and media devices hang off this object only when the platform and permissions allow them.

## Further Reading

- [HTML Standard - The Navigator object](https://html.spec.whatwg.org/multipage/system-state.html#the-navigator-object)
- [Navigator - Web APIs | MDN](https://developer.mozilla.org/en-US/docs/Web/API/Navigator)
- [Navigator: geolocation property - Web APIs | MDN](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/geolocation)