Re: [w3c/webcomponents] JavaScript bundlers, HMR and customElements.define() (#829)

I think you can reasonably fake it using `Proxy` to override `new` and define your own callbacks for each type but there is no way to update the list of observed attributes, which seems like a serious oversight.

We should probably provide a way to update the list of observed attributes for a given custom element.

@annevk @domenic 

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

Received on Thursday, 22 August 2019 15:44:17 UTC