WorkerGlobalScope

E745843

WorkerGlobalScope is the global execution context for Web Workers, providing the environment and APIs that worker scripts use to run independently of the main browser thread.

All labels observed (5)

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf Web API interface
global execution context
definedIn HTML Living Standard
doesNotHave DOM access
Window interface
exposedTo ServiceWorker
SharedWorker
Worker
hasMethod addEventListener
atob
btoa
clearInterval
clearTimeout
dispatchEvent
fetch
importScripts
queueMicrotask
removeEventListener
setInterval
setTimeout
hasProperty caches
console
crossOriginIsolated
crypto
indexedDB
isSecureContext
location
navigator
origin
performance
self
inheritsFrom EventTarget
isGlobalObjectFor DedicatedWorkerGlobalScope
linked to: WorkerGlobalScope

ServiceWorkerGlobalScope
SharedWorkerGlobalScope
linked to: WorkerGlobalScope
lifecycleBoundTo worker lifetime
partOf Web Workers API
linked to: Web workers
providesEnvironmentFor worker scripts
runsIn worker thread
runsIndependentlyOf Window
main browser thread
supportsEventType error
languagechange
offline
online
threadingModel single-threaded per worker
usedFor background computation
non-UI tasks
parallel processing

How these facts were elicited

Referenced by (11)

Full triples — surface form annotated when it differs from this entity's canonical label.

Cache Storage API exposedOn WorkerGlobalScope
URLSearchParams availableIn WindowOrWorkerGlobalScope
subject linked to: URLSearchParams interface
linked to: WorkerGlobalScope
ReadableStreamDefaultController exposedOn WorkerGlobalScope
WritableStreamDefaultController exposedOn WorkerGlobalScope
WorkerGlobalScope isGlobalObjectFor DedicatedWorkerGlobalScope
linked to: WorkerGlobalScope
WorkerGlobalScope isGlobalObjectFor SharedWorkerGlobalScope
linked to: WorkerGlobalScope
URL and Location APIs exposedIn WorkerGlobalScope interface
linked to: WorkerGlobalScope
QueuingStrategyInit availableInContext WorkerGlobalScope
XMLHttpRequest (with limitations) usedIn DedicatedWorkerGlobalScope
linked to: WorkerGlobalScope
XMLHttpRequest (with limitations) usedIn SharedWorkerGlobalScope
linked to: WorkerGlobalScope
Window relatedTo WorkerGlobalScope
subject linked to: Window interface