chrome-devtools-kotlin
5.2.0-1167732
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.serviceworker.events
/
ServiceWorkerEvent
/
WorkerRegistrationUpdated
Worker
Registration
Updated
@
Serializable
data
class
WorkerRegistrationUpdated
(
val
registrations
:
List
<
ServiceWorkerRegistration
>
)
:
ServiceWorkerEvent
(
source
)
Official doc
Members
Constructors
Worker
Registration
Updated
Link copied to clipboard
constructor
(
registrations
:
List
<
ServiceWorkerRegistration
>
)
Properties
registrations
Link copied to clipboard
val
registrations
:
List
<
ServiceWorkerRegistration
>