type property

String get type

The type property of the HTMLScriptElement interface is a string that reflects the type of the script.

It reflects the type attribute of the script element.

Implementation

external String get type;
set type (String value)

Implementation

external set type(String value);