[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#829407: RFP: libjs-jquery-throttle-debounce -- library of rate-limit wrappers for functions



Package: wnpp
Severity: wishlist

* Package name    : libjs-jquery-throttle-debounce
  Version         : 1.1
  Upstream Author : Ben Alman
* URL             : http://benalman.com/projects/jquery-throttle-debounce-plugin/
* License         : GPLv2 and Expat
  Programming Lang: JavaScript
  Description     : library of rate-limit wrappers for functions

    jQuery throttle / debounce allows you to rate-limit your functions
    in multiple useful ways:
    .
     * Passing a `delay` and `callback` to `$.throttle` returns a new
       function that will execute no more than once every `delay`
       milliseconds.
     * Passing a `delay` and `callback` to `$.debounce` returns a new
       function that will execute only once, coalescing multiple
       sequential calls into a single execution at either the very
       beginning or end.
    .
    jQuery isn’t actually required for this library, because nothing
    internal uses any jQuery methods or properties. jQuery is just
    used as a namespace under which these methods can exist.


This library is bundled already in some Debian packages. This package
will allow those packages to declare a dependency on this one, and
remove their bundled copy as recommended by Policy §4.13.

-- 
 \      “I tell you the truth: this generation will certainly not pass |
  `\           away until all these things [the end of the world] have |
_o__)          happened.” —Jesus, c. 30 CE, as quoted in Matthew 24:34 |
Ben Finney <ben@benfinney.id.au>

Attachment: signature.asc
Description: PGP signature


Reply to: