SvelteKit Web Worker
How to create and communicate with a web worker in SvelteKit
I ❤️ web workers!
These background threads are my go to strategy to compute anything I consider as too expensive for a frontend web application (e.g. Tie Tracker) or if it has to execute a recurring tasks (e.g. Papyrs or Cycles.watch).