title property

String get title

The document.title property gets or sets the current title of the document. When present, it defaults to the value of the <title>.

Implementation

external String get title;
set title (String value)

Implementation

external set title(String value);