Skip to content

Instantly share code, notes, and snippets.

@aditnanda
Created March 9, 2023 04:24
Show Gist options
  • Select an option

  • Save aditnanda/51d14edb68cce9574717db461f4796f6 to your computer and use it in GitHub Desktop.

Select an option

Save aditnanda/51d14edb68cce9574717db461f4796f6 to your computer and use it in GitHub Desktop.
document.addEventListener("DOMContentLoaded", () => {
Livewire.hook('message.sent', (message, component) => {
console.log('start');
})
Livewire.hook('message.processed', (message, component) => {
console.log('stop');
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment