MCPcopy Create free account
hub / github.com/nodejs/node / matchAll

Method matchAll

deps/undici/src/types/cache.d.ts:18–18  ·  view source on GitHub ↗
(request?: RequestInfo, options?: CacheQueryOptions)

Source from the content-addressed store, hash-verified

16export interface Cache {
17 match (request: RequestInfo, options?: CacheQueryOptions): Promise<Response | undefined>,
18 matchAll (request?: RequestInfo, options?: CacheQueryOptions): Promise<readonly Response[]>,
19 add (request: RequestInfo): Promise<undefined>,
20 addAll (requests: RequestInfo[]): Promise<undefined>,
21 put (request: RequestInfo, response: Response): Promise<undefined>,

Implementers 1

Cachedeps/undici/src/lib/web/cache/cache.js

Calls

no outgoing calls

Tested by

no test coverage detected