MCPcopy Index your code
hub / github.com/nodejs/node / delete

Method delete

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

Source from the content-addressed store, hash-verified

20 addAll (requests: RequestInfo[]): Promise<undefined>,
21 put (request: RequestInfo, response: Response): Promise<undefined>,
22 delete (request: RequestInfo, options?: CacheQueryOptions): Promise<boolean>,
23 keys (request?: RequestInfo, options?: CacheQueryOptions): Promise<readonly Request[]>
24}
25

Callers 15

getConsequentKeyObjectsFunction · 0.65
getAlternateKeyObjectsFunction · 0.65
getConsequentCryptoKeysFunction · 0.65
getAlternateCryptoKeysFunction · 0.65
getHexStyleFunction · 0.65
#onMessageMethod · 0.65
defaultEvalMethod · 0.65
unwatchFileFunction · 0.65
destroyFunction · 0.65
disableMethod · 0.65
WeakRefMapClass · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected