Re: Mutation Observers: a replacement for DOM Mutation Events

On Fri, Sep 23, 2011 at 2:16 PM, Adam Klein <adamk@chromium.org> wrote:
> [Constructor(in MutationCallback callback)]
> interface MutationObserver {
>   void observe(in Node target, in MutationObserverOptions options);
>   void disconnect();
> };

It would be nice to have both of these return the MutationObserver
rather than void, so you can chain calls.

~TJ

Received on Friday, 23 September 2011 23:45:18 UTC