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<'tNode>, int) => 'tNode

Parameters

WebAPI.DOMAPI.nodeList

Return type

int