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

main.dom.html.HTMLScriptElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.html

abstract external class HTMLScriptElement :
    HTMLElement {
    var async: Boolean
    var crossOrigin: String?

    /** Sets or retrieves the status of the script. */
    var defer: Boolean
    var integrity: String
    var noModule: Boolean
    var referrerPolicy: String

    /** Retrieves the URL to an external file that contains the source code or data. */
    var src: String

    /** Retrieves or sets the text of the object as a string. */
    var text: String

    /** Sets or retrieves the MIME type for the associated scripting engine. */
    var type: String

    companion object {
        fun supports(type: String): Boolean
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy