-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
type:featureFeature requestsFeature requests
Description
https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-536297177
Interface NodeList
IDL Definition
More
interface NodeList {
Node item(in unsigned long index);
readonly attribute unsigned long length;
};
Attributes
-
readonly attribute unsigned long length
Methods
-
Node item(in unsigned long index)
Metadata
Metadata
Assignees
Labels
type:featureFeature requestsFeature requests