| 106 | } |
| 107 | |
| 108 | export interface CdpDispatchInput { |
| 109 | domain: string; |
| 110 | method: string; |
| 111 | params: Record<string, unknown>; |
| 112 | tabId: number; |
| 113 | bm: BrowserManager; |
| 114 | } |
| 115 | |
| 116 | export interface CdpDispatchResult { |
| 117 | raw: unknown; |
nothing calls this directly
no outgoing calls
no test coverage detected