Timers Packages

browser-priority-timers

Browsers throttle the timers of the inactive tabs for optimisation purpose. Sometimes web application needs timers that works even when tab is inactive. This library resolves this with the use of web worker based timers.

0.3.0 • Published 1 year ago

@wessberg/timer

A Timer is a timed task that will either execute once or once per interval. It is essentially 'setTimeout()' and 'setInterval()' for Node and the Browser, except with the additional option to stop and restart individual timers or all timers that is curren

1.0.0 • Published 7 years ago