matchAll

fun matchAll(request: dynamic = definedExternally, options: CacheQueryOptions = definedExternally): Promise<Array<Response>>(source)

Since Kotlin

1.1
fun matchAll(request: Request, options: CacheQueryOptions = definedExternally): Promise<JsArray<Response>>(source)
fun matchAll(request: String, options: CacheQueryOptions = definedExternally): Promise<JsArray<Response>>(source)

Since Kotlin

1.8