Re: [WICG/webcomponents] Using attributes as properties (#913)

What if the decorator itself declared it's inclusion in observedAttributes?  Something like:

```js
@attribute({ name: 'serial-number', type: Number, observed: true })
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/913#issuecomment-791502909

Received on Friday, 5 March 2021 15:47:42 UTC