Created
June 13, 2021 14:48
-
-
Save dz4k/d31b43f7d44ca641fbaf52821d60155e to your computer and use it in GitHub Desktop.
Hyperscript DOM Isolation
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
behavior DomIsolation | |
init | |
attachShadow({ mode: "open" }) on me | |
put my children into it | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment