File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/js/main/core/src/lib/event/bind-once.js
Back
import bind from './bind'; import unbind from './unbind'; export default function bindOnce( target: Element, eventName: string, handler: (event: Event) => void, options?: { capture?: boolean, once?: boolean, passive?: boolean, }, ): void { const once = function once(...args) { unbind(target, eventName, once, options); handler(...args); }; bind(target, eventName, once, options); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.37 |
proxy
|
phpinfo
|
Settings