The document.title property gets or sets the current title of the document. When present, it defaults to the value of the <title>.
document.title
<title>
external String get title;
external set title(String value);