Bug 1715841 Comment 11 Edit History

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

I do use `getElementsByTag()` though, which I believe returns a live collection -- but the result of the call is used locally in a function call.
I do use `getElementsByTagName()` though, which I believe returns a live collection -- but the result of the call is used locally in a function call.
I do use `getElementsByTagName()` though, which I believe returns a live collection -- but the result of the call is used locally in a function call, so the live collection should no longer exist when exiting the function.

Back to Bug 1715841 Comment 11