matchAsync

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