package js.html
Available on js
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:
read onlyappCodeName:String
read onlyappName:String
read onlyappVersion:String
read onlyhardwareConcurrency:Int
read onlylanguage:String
read onlylanguages:Array<String>
read onlyonLine:Bool
read onlyplatform:String
read onlyproduct:String
read onlystorage:StorageManager
read onlyuserAgent:String
taintEnabled():Bool
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/WorkerNavigator.html