All Downloads are FREE. Search and download functionalities are using the official Maven repository.

def.dom.HTMLSourceElement Maven / Gradle / Ivy

The newest version!
package def.dom;
public class HTMLSourceElement extends HTMLElement {
    /**
      * Gets or sets the intended media type of the media source.
     */
    public java.lang.String media;
    public java.lang.String msKeySystem;
    /**
      * The address or URL of the a media resource that is to be considered.
      */
    public java.lang.String src;
    /**
     * Gets or sets the MIME type of a media resource.
     */
    public java.lang.String type;
    public static HTMLSourceElement prototype;
    public HTMLSourceElement(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy