Skip to content

Instantly share code, notes, and snippets.

@neko-fire
Created March 12, 2018 15:19
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 neko-fire/1884d93f4159f299a8b3633d3f6a3fe5 to your computer and use it in GitHub Desktop.
Save neko-fire/1884d93f4159f299a8b3633d3f6a3fe5 to your computer and use it in GitHub Desktop.
post messages events listener for iframes
function msg(event){
console.log(event);
}
window.addEventListener('message', function(e{
console.log(e);
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment