flood-barrier
Limit how often your event handler can be called within a certain duration. Basically a debounce that allows multiple invocations before it triggers.
Limit how often your event handler can be called within a certain duration. Basically a debounce that allows multiple invocations before it triggers.