mini-throttle
mini-throttle copied to clipboard
A small JavaScript throttle & debounce implementation.
Maybe I misunderstood something, but the current default behaviour of `middle: true` seems a bit surprising to me. Currently, if one calls the function for the first time, it will...
The kitchen sink image for Codespaces comes with node 14 and npm 6. We want to run node 16 and npm 8. This PR creates a dockerfile and devcontainer to...
The throttle of this library does not perform throttling (it behaves differently from what is described in the tests and documentation). You will understand if you try the following reproduction...
Doing some actions maintenance: - Updated to Node 22 as it will be [LTS by the end of the month](https://github.com/nodejs/Release?tab=readme-ov-file#release-schedule) - Set explicit permissions in all actions - Enabled [provenance](https://docs.npmjs.com/generating-provenance-statements)...