@kawaz/worker-timer
v1.0.1
Published
setTimeout/setInterval with worker
Downloads
4
Maintainers
Readme
@kawaz/worker-timer
A library that executes setTimeout and setInterval in Web Workers.
Features
- Provides
setTimeoutandsetIntervalthat don't slack off even when the browser tab is in the background - Uses the same API as the standard
setTimeoutandsetInterval - Fully supported in TypeScript
