Skip to content

v2.6.0

Compare
Choose a tag to compare
@SGrondin SGrondin released this 20 Aug 13:44
· 188 commits to master since this release
  • Added support for passing job options to a wrapped function.
const wrapped = limiter.wrap(fn);
wrapped.withOptions(options, arg1, arg2);