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