text property

String get text

The text property of the HTMLScriptElement interface is a string that reflects the text content inside the script element. It acts the same way as the Node.textContent property.

It reflects the text attribute of the script element.

Implementation

external String get text;
set text (String value)

Implementation

external set text(String value);