htmlhammer
htmlhammer copied to clipboard
Explore attribute auto-attach just by using observedAttributes
This enhancement remove the need to also manually create property.
example:
customElement('my-el', { Authenticated: false, // this feature would remove the need for this property observedAttributes:["authenticated"], });