HTMLScriptElement$Typings extension

on

Properties

addEventListener → ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

Overload accessor: $1, $2
no setter
async bool

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

getter/setter pair
charset String

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

Sets or retrieves the character set used to encode the object. @deprecated
getter/setter pair
crossOrigin String?

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

getter/setter pair
defer bool

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

Sets or retrieves the status of the script.
getter/setter pair
event String

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

Sets or retrieves the event for which the script is written. @deprecated
getter/setter pair
htmlFor String

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

Sets or retrieves the object that is bound to the event script. @deprecated
getter/setter pair
integrity String

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

getter/setter pair
noModule bool

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

getter/setter pair
referrerPolicy String

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

MDN Reference
getter/setter pair
removeEventListener → ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

Overload accessor: $1, $2
no setter
src String

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

Retrieves the URL to an external file that contains the source code or data.
getter/setter pair
text String

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

Retrieves or sets the text of the object as a string.
getter/setter pair
type String

Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension

Sets or retrieves the MIME type for the associated scripting engine.
getter/setter pair