HTMLOrSVGScriptElement

JS
1.1
interface HTMLOrSVGScriptElement

Inheritors

JS
1.1

HTMLScriptElement

Exposes the JavaScript HTMLScriptElement to Kotlin

abstract class HTMLScriptElement : 
    HTMLElement,
    HTMLOrSVGScriptElement
JS
1.1

SVGScriptElement

Exposes the JavaScript SVGScriptElement to Kotlin

abstract class SVGScriptElement : 
    SVGElement,
    SVGURIReference,
    HTMLOrSVGScriptElement