text property
The text property of the HTMLTitleElement interface represents the
text of the document's title. Only the text part is included; tags within
the element and their content are stripped and ignored.
Implementation
external String get text;
Implementation
external set text(String value);