js-misc
JavaScript with several misc stuff always good to have.
JavaScript with several misc stuff always good to have.
Simple class for using chronometers and timers in applications.
It can schedule a particular job
The simplest, fastest way to send ajax request when form changes.
Debounce and throttle functions to enhance the website performance by limiting or reducing the number of times the handler function is being executed due to user events. User events can be engagements like clicks, scroll, resize, text box inputs, mouse ev
A good heartbeat timer
Invoke a function that is expensive to execute (computation, database queries, etc) in a delay. This module creates a new function (the invoker) that wraps your function. Calling the invoker multiple times during the delay only executes your function once
A loop class to enable flexible intervals for visual experiments and games. It provides delta time in various formats and uses `requestAnimationFrame` for the timeouts. It's possible to use `setTimeout` with given `targetDeltaTime`.
generate integers after an constant amount of time
A React hook for useInterval()
Represents a time interval which is able to be manipulated and compared arithmetically, and applied to Date object instances.
A tasks runner framework that allows to run operations periodicallly in their own process
patch for setInterval
A simple worker to do work in intervals
ISO 8601 based interval module
🐝 Zombee will keep interval fetch target uri until it die
A really simple function to provide a better timing to replace the setInterval
Pine Tree, a GIVE Tree implementation with fixed interval, low-resolution summary support.
Convert an object of time properties to seconds: `{minutes: 2}` → `120`
A timer component for React that passing remaining milliseconds by context using