Last active
November 12, 2018 12:47
-
-
Save thinhbuzz/b91b5217f55aa4e486933e63b56102ca to your computer and use it in GitHub Desktop.
postMessage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.addEventListener("message", function (event) { | |
console.log(event); | |
}, false); | |
console.log(123; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment