* Delete url in cache if url exists * * Note: This is an async function.
(url: string)
| 85 | * Note: This is an async function. |
| 86 | */ |
| 87 | deleteInCache(url: string): Promise<void>; |
| 88 | } |
| 89 | |
| 90 | export type ArtifactCacheType = "cache" | "indexeddb" | "cross-origin" | "opfs"; |
no outgoing calls
no test coverage detected