Skip to content

Instantly share code, notes, and snippets.

@nektro
Created January 14, 2017 07:18
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 nektro/9865a6bdb3d7ba28d7b3196dfa3e5e0b to your computer and use it in GitHub Desktop.
Save nektro/9865a6bdb3d7ba28d7b3196dfa3e5e0b to your computer and use it in GitHub Desktop.
access the dom inside html imports
<script>
const importDoc = document.currentScript.ownerDocument;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment