Netflix / x-element

A dead simple starting point for custom elements.
Apache License 2.0
28 stars 12 forks source link

Upgrade all properties, not just attributes #15

Closed theengineear closed 5 years ago

theengineear commented 5 years ago

We're following the practice of lazy properties spec'd out in https://developers.google.com/web/fundamentals/web-components/best-practices#lazy-properties

However, we're only applying this logic to observed attributes right now. It would potentially be better to more broadly apply this logic on ownKeys at initialization time.