DOMStringList
js.html.DOMStringList (extern class)
A type returned by some APIs which contains a list of DOMString (strings).
Documentation DOMStringList by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Instance Members
length: IntReturns the length of the list,
Returns a DOMString.
| Name | Type |
|---|---|
index |
Int |
| Returns |
|---|
| String |
Returns Boolean indicating if the given string is in the list
| Name | Type |
|---|---|
string |
String |
| Returns |
|---|
| Bool |