worker-dom icon indicating copy to clipboard operation
worker-dom copied to clipboard

The same DOM API and Frameworks you know, but in a Web Worker.

Results 104 worker-dom issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@rollup/plugin-replace](https://redirect.github.com/rollup/plugins/tree/master/packages/replace#readme) ([source](https://redirect.github.com/rollup/plugins/tree/HEAD/packages/replace)) | [`5.0.5` ->...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/ampproject/worker-dom). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@babel/cli](https://babel.dev/docs/en/next/babel-cli) ([source](https://togithub.com/babel/babel/tree/HEAD/packages/babel-cli)) | [`7.24.1` -> `7.24.5`](https://renovatebot.com/diffs/npm/@babel%2fcli/7.24.1/7.24.5) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react](https://reactjs.org/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react)) | [`18.2.0` -> `18.3.1`](https://renovatebot.com/diffs/npm/react/18.2.0/18.3.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react/18.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

https://github.com/ampproject/worker-dom/issues/1031 support work with webpack worker

1. Go to https://attack.shhnjk.com/ampToken.html 2. Wait for 2 seconds 3. Right-click the link and click on open in new tab Tested in Chrome 😊

security

I implemented the NodeIterator interface from DOM API for WorkerDOM. This opens up the possibility for computationally expensive DOM traversal algorithms to be ran in a web worker to avoid...

Only one subscription for the specific event should be transferred to the main thread. Multiple subscriptions should be handled on worker tread. Fixed the issue with listeners "index" inconsistency on...

Hi there, I've been reading the documentation and the examples, but I'm not able to understand how could I integrate worker-dom with my Vite + LitElement project. I installed the...