| DIR:/proc/thread-self/cwd/bright.medisavehealthcarebd.com/vendor/livewire/livewire/js/util/ |
| Current File : //proc/thread-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
}
|