Skip to content

Instantly share code, notes, and snippets.

@paulrouget
Created February 13, 2012 08:45
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 paulrouget/1815104 to your computer and use it in GitHub Desktop.
Save paulrouget/1815104 to your computer and use it in GitHub Desktop.
let f = this.iframe;
this.iframe.addEventListener("load", function() {
dump("XXX " + f.contentDocument + "\n"); // Will dump "undefined" - but later, this property is available. Why?
}, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment