navigator property

Navigator get navigator

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

Implementation

external Navigator get navigator;