MediaList

@native @JSGlobal @JSType
class MediaList extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def appendMedium(newMedium: String): Unit
@JSBracketAccess
def apply(index: Int): String
def deleteMedium(oldMedium: String): Unit
def item(index: Int): String
def length: Int
def mediaText: String
@JSBracketAccess
def update(index: Int, v: String): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object