Re: Why is querySelector much slower?

> Live node lists make all dom mutation slower
> 
Haven't thought about this before. Thank you for pointing it out. So if I use, for example, lots of getElementsByClass() in the code, I'm actually slowing down all DOM mutating APIs?

Received on Tuesday, 28 April 2015 06:09:20 UTC