Files
ladybird/Userland/Libraries/LibWeb/HTML
Simon Wanner 624527f15e LibWeb: Add stub implementation of HTMLOptionsCollection
This is a subtype of `DOM::HTMLCollection` that only holds
`HTMLOptionElement`s. In this stub implementation only `item`,
`namedItem` and `length`, inherited from HTMLCollection, are exposed.
This is good enough for applications that only read the collection.
2022-03-16 14:25:09 +01:00
..
2022-02-07 14:58:18 +01:00
2022-02-07 14:58:18 +01:00
2022-03-10 10:02:51 +01:00
2022-03-10 10:02:51 +01:00