username property

String get username

The HTMLAnchorElement.username property is a string containing the username specified before the domain name.

Implementation

external String get username;
set username (String value)

Implementation

external set username(String value);