mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 23:53:20 +00:00
9 lines
186 B
Text
9 lines
186 B
Text
![]() |
[CustomGet,CustomGetByIndex]
|
||
|
interface HTMLCollection {
|
||
|
|
||
|
readonly attribute unsigned long length;
|
||
|
Element? item(unsigned long index);
|
||
|
Element? namedItem(DOMString name);
|
||
|
|
||
|
};
|