MCPcopy Create free account
hub / github.com/garrytan/gstack / CdpDispatchInput

Interface CdpDispatchInput

browse/src/cdp-bridge.ts:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108export interface CdpDispatchInput {
109 domain: string;
110 method: string;
111 params: Record<string, unknown>;
112 tabId: number;
113 bm: BrowserManager;
114}
115
116export interface CdpDispatchResult {
117 raw: unknown;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected