Interface

HTMLSourceElement

HTMLSourceElement

Provides special properties (beyond the regular HTMLElement object interface it also has available to it by inheritance) for manipulating elements.

View Source js/lib.dom.d.ts, line 3688

Members

string

# media

Gets or sets the intended media type of the media source.

View Source js/lib.dom.d.ts, line 3691

string

# src

The address or URL of the a media resource that is to be considered.

View Source js/lib.dom.d.ts, line 3696

string

# type

Gets or sets the MIME type of a media resource.

View Source js/lib.dom.d.ts, line 3701