package js.html
extends WorkerGlobalScope › EventTarget
Available on jsThe
SharedWorkerGlobalScope
object (theSharedWorker
global scope) is accessible through theself
keyword. Some additional global functions, namespaces objects, and constructors, not typically associated with the worker global scope, but available on it, are listed in the JavaScript Reference. See the complete list of functions available to workers.Documentation SharedWorkerGlobalScope by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
read only name:String
The name that the SharedWorker
was (optionally) given when it was created. This is the name that the SharedWorker.SharedWorker
constructor can pass to get a reference to the SharedWorkerGlobalScope
.
onconnect:Function
Is an EventHandler
representing the code to be called when the connect
event is raised — that is, when a MessagePort
connection is opened between the associated SharedWorker
and the main thread.
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/SharedWorkerGlobalScope.html