ampproject/worker-dom
The same DOM API and Frameworks you know, but in a Web Worker. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 99
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2939
- days_rel: 432
- days_push: 7
- n_releases_24m: 1
Adoption not part of the score
3263 stars · 153 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
WorkerDOM is a TypeScript implementation of the DOM API designed to run inside a Web Worker, syncing only necessary DOM mutations to the main thread. It lets frameworks and DOM code execute off the main thread while rendering to the page.
Use cases
- run DOM manipulation in a web worker to keep the main thread free
- sandbox third-party embedded content alongside first-party code
- reduce expensive rendering jank for non-synchronous UI updates
- build interactive widgets without blocking user input
- power amp-script style safe embedded scripting
When to choose
- your page suffers main-thread contention from DOM-heavy code
- you need to isolate third-party scripts embedded in your document
- you want framework-agnostic DOM APIs executed off-thread
When to avoid
- your app needs synchronous DOM reads/writes with immediate layout feedback
- you target very old browsers without Web Worker support
- you need full compatibility with every DOM API or browser extension
Facets
library · maturity active
frontend-framework ui-components concurrency web-development frontend performance browser web-worker dom-api off-main-thread typescript amp web-server nodejs
2 sources
- readme: https://github.com/ampproject/worker-dom · fetched 2026-08-28 · 2fb2877dc5fc
- registry_npm: https://registry.npmjs.org/worker-dom · fetched 2026-08-29 · a3453b577e32
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ampproject/worker-dom | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="ampproject/worker-dom")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem