This package has been deprecated

Author message:

no longer utilizing this module

properjs-throttle

0.3.0 • Public • Published

throttle

Rev limit your method calls.

Installation

npm install properjs-throttle --save-dev

Usage

var throttle = require( "properjs-throttle" );

// Fire callback at end of timeout
var func = throttle(function() {
    // Do stuff here
    
}, 200 );


func();

/properjs-throttle/

    Package Sidebar

    Install

    npm i properjs-throttle

    Weekly Downloads

    4

    Version

    0.3.0

    License

    none

    Last publish

    Collaborators

    • kitajchuk