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