W3cubDocs

/Haxe JavaScript

HTMLAllCollection

package js.html

@:native("HTMLAllCollection") Available on js

Variables

read only length:Int

Methods

item (name:String):EitherType<Node, HTMLCollection>

item (index:Int):Node

namedItem (name:String):EitherType<Node, HTMLCollection>

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/HTMLAllCollection.html