Files
ladybird/Libraries/LibWeb/HTML/HTMLFormElement.cpp
Jelle Raaijmakers 6171cb7bbf LibWeb: Override HTMLFormElement::is_supported_property_name()
By implementing this method ourselves, we no longer go through
::supported_property_names() and skip both the vector allocation and
sorting, which we don't need to determine if a property name is present.
2026-04-21 14:02:54 +01:00

58 KiB