matchAsync

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