An open API service indexing awesome lists of open source software.

https://github.com/devnax/dboun

The dboun function is a utility designed to limit the rate at which a function is executed. It ensures that the provided function (fn) is called only after a specified delay (delay) has elapsed since the last invocation. By default, the delay is set to 400 milliseconds.
https://github.com/devnax/dboun

debounce debounce-function debounce-input debounce-search debouncer javascript javascript-library

Last synced: 8 months ago
JSON representation

The dboun function is a utility designed to limit the rate at which a function is executed. It ensures that the provided function (fn) is called only after a specified delay (delay) has elapsed since the last invocation. By default, the delay is set to 400 milliseconds.

Awesome Lists containing this project