Re: [webcomponents] self-documenting component.html files

On Fri, Apr 5, 2013 at 7:29 PM, Travis Leithead
<travis.leithead@microsoft.com> wrote:
> For the attribute changes, you can use MutationObservers, unless you need to
> have the values updated synchronously, in which case, you can always
> fallback to Mutation Events or hook the relevant APIs with ES5
> defineProperty overrides…? Generally, I think all the tools you need for
> notifications are probably already available.

We are planning on removing mutation events so anything that must
depend on them is a non-starter.


--
http://annevankesteren.nl/

Received on Friday, 5 April 2013 18:44:26 UTC