Created
August 14, 2023 07:25
-
-
Save MariusBongarts/be8c916dbd4291c4504a8205a0a24a5a to your computer and use it in GitHub Desktop.
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
class MyWebComponent extends HTMLElement {...} | |
window.customElements.define('my-web-component', MyWebComponent); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment