matchAll method
The matchAll()
method of the Cache
interface returns a Promise
that resolves to an array of all matching
responses in the Cache object.
Implementation
external JSPromise<JSArray<Response>> matchAll([
RequestInfo request,
CacheQueryOptions options,
]);