Skip to content

Instantly share code, notes, and snippets.

@iegik
Created November 4, 2016 13:08
Show Gist options
  • Save iegik/0a15788b500263b8925d096cb19a840d to your computer and use it in GitHub Desktop.
Save iegik/0a15788b500263b8925d096cb19a840d to your computer and use it in GitHub Desktop.
Expose objects to popup window
t=this.open();
t.addEventListener('DOMContentloaded',(e)=>{
console.log(this, e);
e.target.close();
});
t.dispatchEvent(new CustomEvent('DOMContentloaded'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment