package js.html
Available on jsThe
WorkerNavigator
interface represents a subset of theNavigator
interface allowed to be accessed from aWorker
. Such an object is initialized for each worker and is available via theWorkerGlobalScope.navigator
property obtained by callingwindow.self.navigator
.Documentation WorkerNavigator by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only appCodeName:String
read only appName:String
read only appVersion:String
read only hardwareConcurrency:Int
read only language:String
read only languages:Array<String>
read only onLine:Bool
read only platform:String
read only product:String
read only userAgent:String
taintEnabled ():Bool
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/WorkerNavigator.html