SharedWorkerGlobalScope - Web APIs | MDN
Instance properties
This interface inherits properties from the WorkerGlobalScope interface, and its parent EventTarget.
-
The name that the
SharedWorkerwas (optionally) given when it was created using theSharedWorker()constructor. This is mainly useful for debugging purposes.
Instance methods
This interface inherits methods from the WorkerGlobalScope interface, and its parent EventTarget.
-
Discards any tasks queued in the
SharedWorkerGlobalScope's event loop, effectively closing this particular scope.
Events
Listen to this event using addEventListener() or by assigning an event listener to the oneventname property of this interface.
connect-
Fired on shared workers when a new client connects.
Specifications
| Specification |
|---|
| HTML # shared-workers-and-the-sharedworkerglobalscope-interface |