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

Interface Debugger_Fetch_HeaderEntry

v2/background/src/debuggee.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9export interface Debugger_Fetch_HeaderEntry {
10 name: string,
11 value: string
12}
13
14export interface Debugger_Network_ResponseBody {
15 body: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected