hostname property

String hostname

Returns the hyperlink's URL's host.

Can be set, to change the URL's host.

MDN Reference

Implementation

_i2.String get hostname => _i4.getProperty(
      this,
      'hostname',
    );
void hostname=(String value)

Implementation

set hostname(_i2.String value) {
  _i4.setProperty(
    this,
    'hostname',
    value,
  );
}