HTMLCollection
Module: JavaScript DOM API
List of elements.
#include <HTMLCollection.idl>
Inherits from NodeList
Additional inherited members
Section titled “Additional inherited members”Public Functions inherited from NodeList
| Name | |
|---|---|
| getter Node | item(unsigned long index) Get a node in the list. |
Public Attributes inherited from NodeList
| Name | |
|---|---|
| readonly attribute unsigned long | length the count of nodes in the list |
© 2026 Coherent Labs. All rights reserved.