chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.serviceworker.events
/
ServiceWorkerEvent
Service
Worker
Event
@
Serializable
sealed
class
ServiceWorkerEvent
(
source
)
Inheritors
WorkerErrorReported
WorkerRegistrationUpdated
WorkerVersionUpdated
Members
Types
Worker
Error
Reported
Link copied to clipboard
@
Serializable
data
class
WorkerErrorReported
(
val
errorMessage
:
ServiceWorkerErrorMessage
)
:
ServiceWorkerEvent
Official doc
Worker
Registration
Updated
Link copied to clipboard
@
Serializable
data
class
WorkerRegistrationUpdated
(
val
registrations
:
List
<
ServiceWorkerRegistration
>
)
:
ServiceWorkerEvent
Official doc
Worker
Version
Updated
Link copied to clipboard
@
Serializable
data
class
WorkerVersionUpdated
(
val
versions
:
List
<
ServiceWorkerVersion
>
)
:
ServiceWorkerEvent
Official doc