File manager - Edit - /var/www/ratemypay/node_modules/alpinejs/src/utils/throttle.js
Back
export function throttle(func, limit) { let inThrottle return function() { let context = this, args = arguments if (! inThrottle) { func.apply(context, args) inThrottle = true setTimeout(() => inThrottle = false, limit) } } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings