HTMLAllCollection
js.html.HTMLAllCollection (extern class)
Instance Members
length: Int
item(name: String): haxe.extern.EitherType<Node, HTMLCollection>
Name | Type |
---|---|
name |
String |
Returns |
---|
haxe.extern.EitherType<Node, HTMLCollection> |
namedItem(name: String): haxe.extern.EitherType<Node, HTMLCollection>
Name | Type |
---|---|
name |
String |
Returns |
---|
haxe.extern.EitherType<Node, HTMLCollection> |