Skip to main content

Web Worker

A web worker, as defined by the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG), is a JavaScript script executed from an HTML page that runs in the background, independently of scripts that may also have been executed from the same HTML page. Web workers are often able to utilize multi-core CPUs more effectively. Web worker

Links to This Note

iiframe

... containerizes an embedded web inside Web Worker.

WorkerDOM

... on providing DOM access to Web Worker Threads.

WebAssembly

... lower-level APIs installed in a Worker thread and talking to them via ...

Treehouse

... run a DOM within a Web Worker. Later affected WorkerDOM and Brane.

Stories Behind Satori

... will also benefit by targeting Web Workers.

Satori

... modern Web Browser|browsers, Node.js, and Web Workers. Building on top of the ...

Providing DOM API to Worker Threads

... synchronous DOM API Access to Web Worker Threads

Proposal of Research 2023-03-28

... iframe version that runs on Worker Threads, providing secure, high-performance multi-threading capabilities ...

Proposal of Research 2023-01-10

... out a couple of years agoโ€”Web Workers. Web Worker|Web Workers involve a ...

Atomics (JavaScript)

- SharedArrayBuffer๋ฅผ ์ด์šฉํ•ด Web Worker ์‚ฌ์ด ๋ฉ”๋ชจ๋ฆฌ๋ฅผ ๋™๊ธฐํ™”ํ•˜๊ธฐ ์œ„ํ•ด ์‚ฌ์šฉ๋จ.

2022-08-03

... specializes in containerizing iframes in Web Workers.

2022-07-25

- [x] Inside Web Worker Thread `MutationTransfer.ts`, create a `transferSync` ...

2022-07-21

- Inside Web Worker Thread `MutationTransfer.ts`, create a `transferSync` ...

2022-07-19

Web Worker Thread์—์„œ ๋‚˜ํƒ€๋‚œ `AnimationFrame.ts`์€ `requestAnimationFrame`์— ๊ด€๋ จ๋œ ...

2022-07-11

Give this object to a Web Worker which includes third-party codes.

2022-06-22

... be an arbiter between the Web Worker thread and the iframe.