getRegistrations
inline suspend fun ServiceWorkerContainer.getRegistrations(): ReadonlyArray<ServiceWorkerRegistration>(source)
The getRegistrations()
method of the ServiceWorkerContainer interface gets all ServiceWorkerRegistrations associated with a ServiceWorkerContainer
, in an array.