Skip to content

Instantly share code, notes, and snippets.

@mojtabaahn
Created November 4, 2020 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mojtabaahn/c81dbd1d47490f2b8a40e1e440037cf0 to your computer and use it in GitHub Desktop.
Save mojtabaahn/c81dbd1d47490f2b8a40e1e440037cf0 to your computer and use it in GitHub Desktop.
window.addEventListener('name-updated', event => {

    alert('Name updated to: ' + event.detail.newName);

})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment