5 ms·
> 100% singlethreaded You can (and should) use Web Workers[1], those run off the UI thread, but also don't have access to the DOM. [1] https://developer.mozil
by fosefx 4y ago
> 100% singlethreaded
You can (and should) use Web Workers[1], those run off the UI thread, but also don't have access to the DOM.
[1] https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers...