Skip to content

Instantly share code, notes, and snippets.

@juaoose
Created May 29, 2021 01:00
Show Gist options
  • Save juaoose/3f601b25d7b49f868da17a8ff476639c to your computer and use it in GitHub Desktop.
Save juaoose/3f601b25d7b49f868da17a8ff476639c to your computer and use it in GitHub Desktop.
created() {
window.addEventListener('message',(e) => {
if(e.data.eventName === 'UPDATE_STATE') {
console.log(e.data.params.duration)
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment