host property
String
get
host
The host property of the URL interface is
a string containing the host, that is the URL.hostname, and then, if the
of the URL is nonempty, a
':', followed by the URL.port of the URL.
Implementation
external String get host;
set
host
(String value)
Implementation
external set host(String value);