WorkerGlobalScope

The WorkerGlobalScope interface of the Web Workers API is an interface representing the scope of any worker.

MDN Reference

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard

The location read-only property of the WorkerGlobalScope interface returns the WorkerLocation associated with the worker.

Link copied to clipboard

The navigator read-only property of the WorkerGlobalScope interface returns the WorkerNavigator associated with the worker.

Functions

Link copied to clipboard
Link copied to clipboard
open operator fun get(key: JsString): JsAny?
Link copied to clipboard
open operator fun set(key: JsString, value: JsAny?)
Link copied to clipboard