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

Interface Debugger_Network_RequestPattern

v2/background/src/debuggee.ts:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26export interface Debugger_Network_RequestPattern {
27 urlPattern: string,
28 resourceType?: string,
29 interceptionStage: 'Request' | 'HeadersReceived'
30}
31
32export interface Debugger_Fetch_RequestPattern {
33 urlPattern: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected