A partial browser-compatible Navigator implementation exposed as the navigator global in Node.js.

Also available as js.Node.navigator.

See also:

Variables

read onlyhardwareConcurrency:Int

The number of logical processors available.

read onlylanguage:String

Preferred language of the Node.js instance.

read onlylanguages:Array<String>

An array of preferred languages.

read onlylocks:LockManager

The Web Locks API interface.

read onlyplatform:String

The platform of this Node.js instance.

read onlyuserAgent:String

The user agent of this Node.js instance.