htmlhammer icon indicating copy to clipboard operation
htmlhammer copied to clipboard

Explore attribute auto-attach just by using observedAttributes

Open vsmid opened this issue 2 years ago • 0 comments

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"], });

vsmid avatar Jun 14 '23 05:06 vsmid