password property

String get password

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

If it is set without first setting the username property, it silently fails.

Implementation

external String get password;
set password (String value)

Implementation

external set password(String value);