| 15 | Record<string, string> | [string, string][] | Headers | OutgoingHttpHeaders | undefined, |
| 16 | ] |
| 17 | interface LightResponse { |
| 18 | [responseCache]?: globalThis.Response |
| 19 | [cacheKey]?: InternalCache |
| 20 | } |
| 21 | |
| 22 | export const GlobalResponse = global.Response |
| 23 | export class Response { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…