1.0.1 • Published 11 years ago
es6y-throttle v1.0.1
Throttler
Throttle the execution of a function. Written as an ES6 module.
import throttle from 'es6y-throttle';
window.addEventListener('scroll', throttle( () => console.count(), 1000 ) );1.0.1
11 years ago