Widely available Supported across all major browsers. Safe to use in production.

Browser support

Feature Desktop Mobile
Chrome
Edge
Firefox
Safari
Chrome Android
Safari iOS
1
12
1
1
18
1

The Window.navigator read-only property returns a reference to the Navigator object, which has methods and properties about the application running the script.

1
12
1
1
18
1
1+Supported (version) Not supported Has note Sub-feature descriptions sourced from MDN Web Docs (CC BY-SA 2.5)
Notes 1 item(s)
Implementation note
  • Previously available under a different name: clientInformation (1)
Notes 1 item(s)
Implementation note
  • Previously available under a different name: clientInformation (12)
Notes 1 item(s)
Implementation note
  • Previously available under a different name: clientInformation (91)
Notes 1 item(s)
Implementation note
  • Previously available under a different name: clientInformation (1)
Notes 1 item(s)
Implementation note
  • Previously available under a different name: clientInformation (18)
Notes 1 item(s)
Implementation note
  • Previously available under a different name: clientInformation (1)

Use cases

  • Using Navigator

    The Navigator interface represents the state and the identity of the user agent.

Cautions

  • May not be supported in older browsers.

Implementation notes

  • Some APIs require a secure context (HTTPS) or user activation. Check the requirements before use.