DOMStringList

@native @JSGlobal @JSType
class DOMStringList extends DOMList[String]

A type returned by DOMConfiguration.parameterNames which contains a list of DOMString (strings).

trait DOMList[String]
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def contains(str: String): Boolean
def item(index: Int): String

Inherited methods

@JSBracketAccess
def apply(index: Int): String
Inherited from:
DOMList
def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def length: Int
Inherited from:
DOMList
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object