Skip to content

NodeList

Values

item

Returns the node with index index from the collection. The nodes are sorted in tree order. Read more on MDN

let item: (WebAPI.DOMAPI.nodeList, int) => WebAPI.DOMAPI.node

Parameters

WebAPI.DOMAPI.nodeList int

Return type

WebAPI.DOMAPI.node