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 (2)
| Label | Occurrences |
|---|---|
| WorkerGlobalScope canonical | 3 |
| WindowOrWorkerGlobalScope | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T8610306 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: WorkerGlobalScope Context triple: [Cache Storage API, exposedOn, WorkerGlobalScope]
-
A.
Web workers
Web workers are a web platform feature that enable running JavaScript in background threads separate from the main UI thread to perform computationally intensive or asynchronous tasks without blocking user interactions.
-
B.
CSSOM View Module
The CSSOM View Module is a W3C specification that defines APIs for reading and manipulating the visual view of a document, including element geometry, scrolling, and viewport-related information in CSS and JavaScript.
-
C.
JavaScriptCore
JavaScriptCore is Apple’s high-performance JavaScript engine used primarily in the Safari web browser and WebKit-based applications.
-
D.
WebCore
WebCore is the layout, rendering, and DOM engine at the heart of the WebKit browser framework, responsible for interpreting and displaying web content.
-
E.
Bun JavaScript runtime
Bun JavaScript runtime is a modern, high-performance JavaScript and TypeScript runtime and toolkit that includes a bundler, test runner, and package manager, designed as a fast alternative to Node.js and Deno.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: WorkerGlobalScope Target entity description: 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.
-
A.
Web workers
Web workers are a web platform feature that enable running JavaScript in background threads separate from the main UI thread to perform computationally intensive or asynchronous tasks without blocking user interactions.
-
B.
CSSOM View Module
The CSSOM View Module is a W3C specification that defines APIs for reading and manipulating the visual view of a document, including element geometry, scrolling, and viewport-related information in CSS and JavaScript.
-
C.
JavaScriptCore
JavaScriptCore is Apple’s high-performance JavaScript engine used primarily in the Safari web browser and WebKit-based applications.
-
D.
WebCore
WebCore is the layout, rendering, and DOM engine at the heart of the WebKit browser framework, responsible for interpreting and displaying web content.
-
E.
Bun JavaScript runtime
Bun JavaScript runtime is a modern, high-performance JavaScript and TypeScript runtime and toolkit that includes a bundler, test runner, and package manager, designed as a fast alternative to Node.js and Deno.
- F. None of above. chosen
Statements (49)
| Predicate | Object |
|---|---|
| instanceOf |
Web API interface
ⓘ
global execution context ⓘ |
| definedIn | HTML Living Standard NERFINISHED ⓘ |
| 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 NERFINISHED ⓘ |
| isGlobalObjectFor |
DedicatedWorkerGlobalScope
NERFINISHED
ⓘ
ServiceWorkerGlobalScope NERFINISHED ⓘ SharedWorkerGlobalScope NERFINISHED ⓘ |
| lifecycleBoundTo | worker lifetime ⓘ |
| partOf | Web Workers API NERFINISHED ⓘ |
| 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
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: WorkerGlobalScope Description of subject: 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.
Referenced by (4)
Full triples — surface form annotated when it differs from this entity's canonical label.