On Fri, Apr 5, 2013 at 7:29 PM, Travis Leithead <[email protected]> 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/
