package js.html.svg
extends Element › DOMElement › Node › EventTarget
Available on js
The SVGScriptElement
interface corresponds to the SVG script
element.
Documentation SVGScriptElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
crossOrigin:String
A DOMString
corresponding to the crossorigin
attribute of the given script
element.
read onlyhref:AnimatedString
type:String
A DOMString
corresponding to the type
attribute of the given script
element. A DOMException
is raised with the code NO_MODIFICATION_ALLOWED_ERR
on an attempt to change the value of a read only attribut.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/ScriptElement.html