Skip to content

Instantly share code, notes, and snippets.

@julien51
Created November 25, 2013 22:05
Show Gist options
  • Save julien51/7649772 to your computer and use it in GitHub Desktop.
Save julien51/7649772 to your computer and use it in GitHub Desktop.
window.addEventListener("message", function(event) {
if (event.origin !== "https://www.subtome.com")
return;
// do something with event.data.subscription
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment