password property
The password property of the URL interface
is a string containing the password specified before the domain name.
If it is set without first setting the URL.username property, it silently fails.
Implementation
external String get password;
Implementation
external set password(String value);