Re: Mutation events

On 3/11/09 4:26 PM, Stewart Brodie wrote:
> My implementation also does all of the events except SubtreeModified.

> The
>  slowdown factor will depend on what mutations you are actually doing.
Sure. I was testing with a deep DOM tree and using a listener which 
doesn't actually to anything. The point was just to show that the
slow down can be significant.


>  I
> don't expect our implementation to slow down at all unless you are actually
> listening for the events.
Right, this is what happens in browsers too. Mutation events aren't even 
dispatched unless there are listeners.


-Olli

Received on Wednesday, 11 March 2009 14:35:48 UTC