text property
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;
Implementation
external set text(String value);