Web Workers
Run JavaScript on background threads, keeping heavy computation off the main UI thread.
This browser:
Key Capabilities
- Dedicated and shared worker variants.
- Message-passing concurrency via postMessage and structured clone.
- No DOM access; ideal for parsing, math, and compression.