[scriptable, uuid(9b0c2ed7-111c-4824-adf9-ef0da6dad371)]
interface nsIDOMMediaList : nsISupports
Attributes
readonly attribute
unsigned long
length
The nsIDOMMediaList interface is a datatype for a list of media types in the Document Object Model. For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Style @status FROZEN
attribute
DOMString
mediaText
Methods
void
appendMedium(in DOMString newMedium)
void
deleteMedium(in DOMString oldMedium)
DOMString
item(in unsigned long index)
Compare to: