Files
ladybird/Userland/Libraries/LibWeb/DOM/NonElementParentNode.h
Andreas Kling d0d7e5a782 LibWeb: Use Element::id() in getElementById()
This avoids the O(n) walk of element attributes, although there is still
a huge space for improvement here if we start keeping a lookup cache for
elements-by-ID.
2023-11-02 17:09:34 +01:00

1.4 KiB