MCPcopy
hub / github.com/nodejs/undici / open

Method open

types/cache.d.ts:6–6  ·  view source on GitHub ↗
(cacheName: string)

Source from the content-addressed store, hash-verified

4 match (request: RequestInfo, options?: MultiCacheQueryOptions): Promise<Response | undefined>,
5 has (cacheName: string): Promise<boolean>,
6 open (cacheName: string): Promise<Cache>,
7 delete (cacheName: string): Promise<boolean>,
8 keys (): Promise<string[]>
9}

Callers 2

cache.jsFile · 0.65

Implementers 1

CacheStoragelib/web/cache/cachestorage.js

Calls

no outgoing calls

Tested by

no test coverage detected