| 24 | } |
| 25 | |
| 26 | export interface Debugger_Network_RequestPattern { |
| 27 | urlPattern: string, |
| 28 | resourceType?: string, |
| 29 | interceptionStage: 'Request' | 'HeadersReceived' |
| 30 | } |
| 31 | |
| 32 | export interface Debugger_Fetch_RequestPattern { |
| 33 | urlPattern: string, |
nothing calls this directly
no outgoing calls
no test coverage detected