class js.html.HTMLAllCollection
Available on all platforms
var length:Int
function item(name:String):EitherType<Node, HTMLCollection>
function item(index:Int):Node
function namedItem(name:String):EitherType<Node, HTMLCollection>