matchAllAsync
fun matchAllAsync(request: Request = definedExternally, options: CacheQueryOptions = definedExternally): Promise<ReadonlyArray<Response>>(source)
fun matchAllAsync(request: String, options: CacheQueryOptions = definedExternally): Promise<ReadonlyArray<Response>>(source)
fun matchAllAsync(request: URL, options: CacheQueryOptions = definedExternally): Promise<ReadonlyArray<Response>>(source)