method Cache.match
Jump to headingCache.match(request: RequestInfo | URL,options?: CacheQueryOptions,): Promise<Response | undefined>
Return cache object matching the provided request.
How is the API different from browsers?
- You cannot match cache objects using by relative paths.
- You cannot pass options like
ignoreVary
,ignoreMethod
,ignoreSearch
.
Parameters Jump to heading
Jump to headingrequest: RequestInfo | URL
optional
Jump to headingoptions: CacheQueryOptions
Return Type Jump to heading
Promise<Response | undefined>