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

... that containerizes an embedded web insideWeb Worker.

WorkerDOM

... take on providing DOM access toWeb WorkerThreads. ...

WebAssembly

... the lower-level APIs installed in aWorker threadand talking to them via Worker ...

Treehouse

... to run a DOM within aWeb Worker. Later affected WorkerDOM and Brane.

Stories Behind Satori

... WASM will also benefit by targetingWeb Workers.

Satori

... in modern browsers, Node.js, andWeb Workers. Building on top of the ...

Providing DOM API to Worker Threads

... Provide _synchronous_ DOM API Access toWeb WorkerThreads ...

Proposal of Research 2023-03-28

... improved iframe version that runs onWorker Threads, providing secure, high-performance multi-threading capabilities ...

Proposal of Research 2023-01-10

... need synchronous data transfers. For aWorker Threadand the main thread to communicate ...

Atomics (JavaScript)

... - SharedArrayBuffer를 이용해Web Worker사이 메모리를 동기화하기 위해 사용됨. ...

2022-08-03

... that specializes in containerizing iframes inWeb Workers.

2022-07-25

... - [x] InsideWeb WorkerThread `MutationTransfer.ts`, create a `transferSync` layer. ...

2022-07-21

... - InsideWeb WorkerThread `MutationTransfer.ts`, create a `transferSync` layer. ...

2022-07-19

Web WorkerThread에서 나타난 `AnimationFrame.ts`은 `requestAnimationFrame`에 관련된 것으로 ...

2022-07-11

... Give this object to aWeb Workerwhich includes third-party codes. ...

2022-06-22

... will be an _arbiter_ between theWeb Workerthread and the iframe. ...