SVGScriptElement
Baseline
Widely available
*
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
* Some parts of this feature may have varying levels of support.
The SVGScriptElement interface corresponds to the SVG <script> element.
Instance properties
SVGScriptElement.async-
A boolean reflecting the
asyncattribute of the given<script>element. It indicates whether the script should be executed asynchronously. SVGScriptElement.crossOrigin-
A string reflecting the
crossoriginattribute of the given<script>element. It is a CORS settings attribute. SVGScriptElement.defer-
A boolean reflecting the
deferattribute of the given<script>element. It indicates whether the script should be executed after the document has been parsed. SVGScriptElement.hrefRead only-
An
SVGAnimatedStringcorresponding to thehreforxlink:hrefattribute of the given<script>element. SVGScriptElement.typeRead only-
A string corresponding to the
typeattribute of the given<script>element. ADOMExceptionis raised with the codeNO_MODIFICATION_ALLOWED_ERRon an attempt to change the value of a read-only attribute.
Instance methods
This interface doesn't implement any specific methods, but inherits methods from its parent interface, SVGElement.
Specifications
| Specification |
|---|
| Scalable Vector Graphics (SVG) 2> # InterfaceSVGScriptElement> |
