You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a demo project comparing setTimeout and setInterval accuracy in a main thread and web worker. It's part of an article on timers in web workers that I wrote.
Development
npm install
npm run dev
About
A demo comparing timers executed in a main thread and web worker.