Haxe API Documentation
Back | Index
extern class js.html.SourceElement
extends Element
Available in js
var media : String

Reflects the

media HTML attribute, containing the intended type of the media resource.

var src : String

Reflects the

src HTML attribute, containing the URL for the media resource.

var type : String

Reflects the

type HTML attribute, containing the type of the media resource.

Back | Index