debounce

Delay function calls until a set time elapses after the last invocation

OTHER License

Downloads
29.6M
Stars
713
Committers
17

Bot releases are hidden (Show)

debounce - Latest Release

Published by sindresorhus 11 months ago

Breaking

  • Require Node.js 18 and modern browsers 2872fb8
  • Removed support for component (now defunct project)

Improvements

  • Add TypeScript types 2872fb8
  • Protect against improper use in classes 95eef87

Fixes

  • Fix recursive callback args (#32) c997759

https://github.com/sindresorhus/debounce/compare/1.2.1...v2.0.0

debounce -

Published by vendethiel about 8 years ago

Features:

  • #10 - Add ability to clear timer.
    Internal:
  • #6 - Small cleanup