claim

inline suspend fun Clients.claim()(source)

The claim() method of the Clients interface allows an active service worker to set itself as the ServiceWorkerContainer.controller for all clients within its ServiceWorkerRegistration.scope.

MDN Reference