Skip to content

v9.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 17:47
3c5a7cd

馃帹 Features

  • Improves performance of Element.querySelectorAll(). The performance was decreased after the implementation of document sorting order, due to the fact that it relied on Object.assign() for each match, which is slower than iterating through all matches in the end. (#909)