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.DOM.nodeList<'tNode>, int) => Null.t<'tNode>Returns the node with index index from the collection. The nodes are sorted in tree order. Read more on MDN
let item: (WebAPI.DOM.nodeList<'tNode>, int) => Null.t<'tNode>