tech:notes_web
Différences
Ci-dessous, les différences entre deux révisions de la page.
| tech:notes_web [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:notes_web [2025/06/05 09:42] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 15: | Ligne 15: | ||
| pygmentize -f html -S colorful | pygmentize -f html -S colorful | ||
| </ | </ | ||
| + | |||
| + | |||
| + | == web worker / worker API / consumers | ||
| + | |||
| + | Three parties : | ||
| + | * The **web worker** is responsible for running scripts in its own separate thread. | ||
| + | * The **worker API** exposes a consumer-to-provider communication interface. | ||
| + | * The **consumers** want to run some scripts outside the main thread, so they don’t block the main thread. | ||
| + | |||
| + | Source : https:// | ||
tech/notes_web.1742825205.txt.gz · Dernière modification : de 127.0.0.1
