Files
ladybird/Libraries/LibWeb/HTML/Window.cpp
Aliaksandr Kalenik e80d1bcee7 LibWeb: Avoid full DOM tree traversal in supported_property_names()
Instead, take advantage of `ElementByIdMap` and
`m_potentially_named_elements` to gather named elements more
efficiently.
2025-11-25 09:16:17 +01:00

85 KiB