Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# WorkerDOM

[![CLA assistant](https://cla-assistant.io/readme/badge/amp-cla-test/worker-dom)](https://cla-assistant.io/amp-cla-test/worker-dom)

An in-progress implementation of the DOM API intended to run within a Web Worker.

**Purpose**: Move complexity of intermediate work related to DOM mutations to a background thread, sending only the necessary manipulations to a foreground thread.
Expand Down