Bug 1715841 Comment 9 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

> which are live collections and require extra book-keeping

Would the issue go away if I used something like `querySelectorAll('[class]')`? I went with `getElementsByClassName()` because I thought it would be more performant as it's purpose is more specific.
> more about uBlock doing getElementsByClassName or such thing (which are live collections and require extra book-keeping)

~~Would the issue go away if I used something like `querySelectorAll('[class]')`? I went with `getElementsByClassName()` because I thought it would be more performant as it's purpose is more specific.~~

Oops, sorry, I had assumed uBO was actually calling `getElementsByClassName()`, but I see no such call in the code.

Back to Bug 1715841 Comment 9