package js.html
extends Element › DOMElement › Node › EventTarget
Available on jsHTML script elements expose the
HTMLScriptElement
interface, which provides special properties and methods (beyond the regularHTMLElement
object interface they also have available to them by inheritance) for manipulating the layout and presentation ofscript
elements.Documentation HTMLScriptElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
async:Bool
charset:String
crossOrigin:String
defer:Bool
event:String
htmlFor:String
integrity:String
src:String
text:String
type:String
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/ScriptElement.html