class js.html.svg.ScriptElement extends Element
Available on js
The SVGScriptElement
interface corresponds to the SVG <script>
element.
Documentation for this class was provided by MDN.
Instance Fields
Corresponds to attribute
type
on the given element. A DOMException
is raised with code NOMODIFICATIONALLOWED_ERR
on an attempt to change the value of a read only attribut.