You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw in a post somewhere, and can find it if need be, but it went something like in this pen.
classA{staticdefine(){/* in the example pen, I derive the name from the class name and a regex but ballers choice */window.customElements.define(this.name,this);}}classEextendsA{staticname='my-element-name';}E.define();