The WorkerNavigator interface represents a subset of the Navigator interface allowed to be accessed from a Worker. Such an object is initialized for each worker and is available via the WorkerGlobalScope.navigator property obtained by calling window.self.navigator.

Documentation WorkerNavigator by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

read onlyappCodeName:String

read onlyappName:String

read onlyappVersion:String

read onlylanguage:String

read onlylanguages:Array<String>

read onlyonLine:Bool

read onlyplatform:String

read onlyproduct:String

read onlyuserAgent:String

Methods