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