()
| 57 | |
| 58 | // get the routerState for current url |
| 59 | public async getState(): Promise<RouterState> { |
| 60 | await this._barrier.wait(); |
| 61 | return this._state!; |
| 62 | } |
| 63 | |
| 64 | // compute the file URI authority of current routerState |
| 65 | public async getAuthority(): Promise<string> { |
no test coverage detected