()
| 553 | } |
| 554 | |
| 555 | get href() { |
| 556 | return `${this.$_protocol}//${this.host}${this.$_pathname}${this.$_search}${this.$_hash}` |
| 557 | } |
| 558 | |
| 559 | set href(value) { |
| 560 | this.$_setHrefWithoutEnterHistory(value) |
nothing calls this directly
no test coverage detected