debounce-wrapper

debounce-wrapper JS library on GitHub debounce-wrapper JS library on npm Download debounce-wrapper JS library

Function wrapper, that cancels the previous function call, if time between previous and current call less than ms

Version 1.0.6 License MIT
debounce-wrapper has no homepage
debounce-wrapper JS library on GitHub
debounce-wrapper JS library on npm
Download debounce-wrapper JS library
Keywords
debounce
INSTALL
Type:
<script type="module"> import debounceWrapper from 'https://cdn.jsdelivr.net/npm/debounce-wrapper@1.0.6/+esm' </script>
Learn more