CacheStorage
The storage for Cache objects. Available only in secure contexts.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun matchAsync(request: String, options: MultiCacheQueryOptions = definedExternally): Promise<Response?>
fun matchAsync(request: Request, options: MultiCacheQueryOptions = definedExternally): Promise<Response?>
fun matchAsync(request: URL, options: MultiCacheQueryOptions = definedExternally): Promise<Response?>
Link copied to clipboard