matchAll

inline suspend fun <T : ClientQueryOptions> Clients.matchAll(options: T): ReadonlyArray<Client>(source)

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

MDN Reference