()
| 253 | public onDisconnect: ((exitCode?: number) => void | Promise<void>) | null = null; |
| 254 | |
| 255 | getConnectionMode(): 'launched' | 'headed' { return this.connectionMode; } |
| 256 | |
| 257 | // ─── Watch Mode Methods ───────────────────────────────── |
| 258 | isWatching(): boolean { return this.watching; } |
no outgoing calls
no test coverage detected