* @param {boolean} forceReload
(forceReload)
| 510 | * @param {boolean} forceReload |
| 511 | */ |
| 512 | reload(forceReload) { |
| 513 | this.change_({reload: true, forceReload}); |
| 514 | } |
| 515 | |
| 516 | /** |
| 517 | * Resets the URL without firing any events or triggering a history |
no test coverage detected