A library that executes setTimeout
and setInterval
in Web Workers.
- Provides
setTimeout
andsetInterval
that don't slack off even when the browser tab is in the background - Uses the same API as the standard
setTimeout
andsetInterval
- Fully supported in TypeScript