File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/mailchimp-for-wp/assets/src/js/admin/helpers.js
Back
function debounce (func, wait, immediate) { let timeout return function () { const context = this; const args = arguments const callNow = immediate && !timeout clearTimeout(timeout) timeout = setTimeout(() => { timeout = null if (!immediate) func.apply(context, args) }, wait) if (callNow) func.apply(context, args) } } module.exports = { debounce }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings