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
/
WorkerErrorReported
Worker
Error
Reported
@
Serializable
data
class
WorkerErrorReported
(
val
errorMessage
:
ServiceWorkerErrorMessage
)
:
ServiceWorkerEvent
(undocumented in the protocol definition)
Official doc
Members
Constructors
Worker
Error
Reported
Link copied to clipboard
constructor
(
errorMessage
:
ServiceWorkerErrorMessage
)
Properties
error
Message
Link copied to clipboard
val
errorMessage
:
ServiceWorkerErrorMessage
(undocumented in the protocol definition)