DedicatedWorker API

GPTKB entity

Statements (50)
Predicate Object
gptkbp:instanceOf gptkb:REST_API
gptkbp:accessibleBy manual
Windows API
localStorage
parent
Worker interface
gptkbp:allows importScripts
gptkbp:canBeSpawnedBy other DedicatedWorkers
gptkbp:canBeTerminatedBy terminate() method
gptkbp:communicatesVia postMessage
onmessage event
gptkbp:compatibleWith gptkb:Internet_Explorer
gptkbp:definedIn gptkb:Web_Workers_specification
gptkbp:doesNotShare DOM access
global variables with main thread
gptkbp:enables background script execution
gptkbp:features gptkb:same-origin_policy
https://www.w3.org/2000/01/rdf-schema#label DedicatedWorker API
gptkbp:introducedIn gptkb:HTML5
gptkbp:notAccessibleFrom Window context
gptkbp:partOf gptkb:HTML_Living_Standard
gptkbp:provides DedicatedWorkerGlobalScope interface
gptkbp:supportedBy gptkb:Edge
gptkb:Safari
gptkb:Firefox
gptkb:Chrome
gptkbp:supports message passing between worker and main thread
gptkbp:usedFor gptkb:simulation
gptkb:transformation
audio processing
image processing
video processing
real-time data processing
file manipulation
data parsing
network requests
parallel data processing
encryption and decryption
machine learning tasks
asynchronous computations
compression and decompression
cryptography operations
game logic
offloading CPU-intensive tasks
responsive user interfaces
running scripts in parallel to main thread
web application performance optimization
gptkbp:usedIn web browsers
gptkbp:bfsParent gptkb:SharedWorker_API
gptkbp:bfsLayer 6