HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/vendor/livewire/livewire/js/util/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/vendor/livewire/livewire/js/util/dispatch.js
export function dispatch(eventName) {
    const event = document.createEvent('Events')

    event.initEvent(eventName, true, true)

    document.dispatchEvent(event)

    return event
}