MCPcopy
hub / github.com/google/tamperchrome / Debugger_Network_ResponseBody

Interface Debugger_Network_ResponseBody

v2/background/src/debuggee.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14export interface Debugger_Network_ResponseBody {
15 body: string,
16 base64Encoded: boolean
17}
18
19export interface Debugger_Network_Fetch {
20 method: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected