()
| 194 | } |
| 195 | |
| 196 | public async getWindow(): Promise<Page> { |
| 197 | return this.#app.firstWindow(); |
| 198 | } |
| 199 | |
| 200 | public async openSignalRoute(url: URL | string): Promise<void> { |
| 201 | const window = await this.getWindow(); |
no outgoing calls
no test coverage detected