“Debounce” is a way to avoid sending multiple user requests to the web service at once to avoid reducing the performance of the application. The short answer is use of a “debounce” method. Debouncing ...
A function to be executed after delay milliseconds. javascript-debounce is based on David Walsh's code and article JavaScript Debounce Function. His site is an invaluable resource for Web developers.