Is there a way to emitSelf events and listen for the events in javascript?
Livewire Emit Self Events
You might try dispatchBrowserEvent
if you’re looking to pick up an event directly in javascript.
Is there a way to emitSelf events and listen for the events in javascript?
You might try dispatchBrowserEvent
if you’re looking to pick up an event directly in javascript.