W3cubDocs

/Haxe JavaScript

ScriptElement

package js.html.svg

extends ElementDOMElementNodeEventTarget

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:

Variables

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