()
| 393 | } |
| 394 | |
| 395 | private getSegments(): string[] | null { |
| 396 | return readSegments(window.location, this.root, this.useHash); |
| 397 | } |
| 398 | |
| 399 | private getFragment(): string | undefined { |
| 400 | // In hash mode the URL fragment trails a second `#` (e.g. `#/path#anchor`); |
no test coverage detected