@kawaz/worker-timer
v1.0.1
Published
setTimeout/setInterval with worker
Downloads
7
Maintainers
Readme
@kawaz/worker-timer
A library that executes setTimeout
and setInterval
in Web Workers.
Features
- 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