HTMLScriptElement$Typings extension
Properties
-
addEventListener
→ ({void Function<
K$>(HTMLElementEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension
Overload accessor: $1, $2no 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. @deprecatedgetter/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. @deprecatedgetter/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. @deprecatedgetter/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 Referencegetter/setter pair -
removeEventListener
→ ({void Function<
K$>(HTMLElementEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on HTMLScriptElement, provided by the HTMLScriptElement$Typings extension
Overload accessor: $1, $2no 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