toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.serviceworker.events
/
ServiceWorkerEvent
/
WorkerVersionUpdated
Worker
Version
Updated
@
Serializable
data
class
WorkerVersionUpdated
(
val
versions
:
List
<
ServiceWorkerVersion
>
)
:
ServiceWorkerEvent
(undocumented in the protocol definition)
Official doc
Members
Constructors
Worker
Version
Updated
Link copied to clipboard
constructor
(
versions
:
List
<
ServiceWorkerVersion
>
)
Properties
versions
Link copied to clipboard
val
versions
:
List
<
ServiceWorkerVersion
>
(undocumented in the protocol definition)