HTMLScriptElement$Typings extension
Properties
-
addEventListener
→ ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})
-
Overload accessor: $1, $2
no setter
-
async
↔ bool
-
getter/setter pair
-
charset
↔ String
-
Sets or retrieves the character set used to encode the object.
@deprecated
getter/setter pair
-
crossOrigin
↔ String?
-
getter/setter pair
-
defer
↔ bool
-
Sets or retrieves the status of the script.
getter/setter pair
-
event
↔ String
-
Sets or retrieves the event for which the script is written.
@deprecated
getter/setter pair
-
htmlFor
↔ String
-
Sets or retrieves the object that is bound to the event script.
@deprecated
getter/setter pair
-
integrity
↔ String
-
getter/setter pair
-
noModule
↔ bool
-
getter/setter pair
-
referrerPolicy
↔ String
-
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})
-
Overload accessor: $1, $2
no setter
-
src
↔ String
-
Retrieves the URL to an external file that contains the source code or data.
getter/setter pair
-
text
↔ String
-
Retrieves or sets the text of the object as a string.
getter/setter pair
-
type
↔ String
-
Sets or retrieves the MIME type for the associated scripting engine.
getter/setter pair