Files
ladybird/Userland/Libraries/LibWeb/DOM/HTMLCollection.cpp
Shannon Booth b9b264e97a LibWeb: Remove redundant is_empty check from is_supported_property_index
An empty list of elements will not return true for any unsigned number,
so we can simply remove this check.
2024-04-02 07:33:40 +02:00

6.1 KiB