* @param {string} href
(href)
| 483 | * @param {string} href |
| 484 | */ |
| 485 | assign(href) { |
| 486 | this.set_(href); |
| 487 | if (this.history_) { |
| 488 | this.history_.pushState(null, '', this.url_.href, /* fireEvent */ true); |
| 489 | } |
| 490 | this.change_({assign: true}); |
| 491 | } |
| 492 | |
| 493 | /** |
| 494 | * @param {string} href |
no test coverage detected