WorkerRegistrationUpdated

@Serializable
data class WorkerRegistrationUpdated(val registrations: List<ServiceWorkerRegistration>) : ServiceWorkerEvent

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(registrations: List<ServiceWorkerRegistration>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)