W3cubDocs

/Haxe JavaScript

ScriptElement

package js.html

extends ElementDOMElementNodeEventTarget

Available on js

HTML script elements expose the HTMLScriptElement interface, which provides special properties and methods for manipulating the behavior and execution of script elements (beyond the inherited HTMLElement interface).

Documentation HTMLScriptElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also:

Variables

async:Bool

charset:String

crossOrigin:String

defer:Bool

event:String

htmlFor:String

integrity:String

src:String

text:String

type:String

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/ScriptElement.html