set host(value) {
        this._href.host = value;
        this._setAttribute('href', this._href.toString());
    }