hostname property

String get hostname

The hostname property of the Location interface is a string containing the of the URL.

Implementation

external String get hostname;
set hostname (String value)

Implementation

external set hostname(String value);