1.0.1 • Published 10 months ago
@kawaz/worker-timer v1.0.1
@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