Created
January 14, 2017 07:18
-
-
Save nektro/9865a6bdb3d7ba28d7b3196dfa3e5e0b to your computer and use it in GitHub Desktop.
access the dom inside html imports
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
<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