package js.html
extends Element › DOMElement › Node › EventTarget
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:
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