matchAllAsync

fun <T : ClientQueryOptions> matchAllAsync(options: T = definedExternally): Promise<ReadonlyArray<Client>>(source)

The matchAll() method of the Clients interface returns a Promise for a list of service worker Client objects.

MDN Reference