Created
March 20, 2012 21:02
-
-
Save gus/2141272 to your computer and use it in GitHub Desktop.
document.write weirdness
This file contains hidden or 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
console.log("external1 before/" + document.readyState); | |
document.write("hello again, world"); | |
console.log("external1 after/" + document.readyState); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment