ScriptElement
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:
Instance Members
src: String
type: String
charset: String
async: Bool
defer: Bool
crossOrigin: String
text: String
event: String
htmlFor: String
integrity: String