pl.wendigo.chrome.api.serviceworker

Package pl.wendigo.chrome.api.serviceworker

Contains DevTools Protocol ServiceWorker domain implementation accessible via ServiceWorkerOperations class.

Types

DeliverPushMessageRequest

data class DeliverPushMessageRequest

Represents request frame that can be used with ServiceWorker#deliverPushMessage operation call.

DispatchPeriodicSyncEventRequest

data class DispatchPeriodicSyncEventRequest

Represents request frame that can be used with ServiceWorker#dispatchPeriodicSyncEvent operation call.

DispatchSyncEventRequest

data class DispatchSyncEventRequest

Represents request frame that can be used with ServiceWorker#dispatchSyncEvent operation call.

InspectWorkerRequest

data class InspectWorkerRequest

Represents request frame that can be used with ServiceWorker#inspectWorker operation call.

ServiceWorkerErrorMessage

data class ServiceWorkerErrorMessage

ServiceWorker error message.

ServiceWorkerOperations

class ServiceWorkerOperations

ServiceWorkerOperations represents ServiceWorker protocol domain request/response operations and events that can be captured.

ServiceWorkerRegistration

data class ServiceWorkerRegistration

ServiceWorker registration.

ServiceWorkerVersion

data class ServiceWorkerVersion

ServiceWorker version.

ServiceWorkerVersionRunningStatus

enum class ServiceWorkerVersionRunningStatus

ServiceWorkerVersionStatus

enum class ServiceWorkerVersionStatus

SetForceUpdateOnPageLoadRequest

data class SetForceUpdateOnPageLoadRequest

Represents request frame that can be used with ServiceWorker#setForceUpdateOnPageLoad operation call.

SkipWaitingRequest

data class SkipWaitingRequest

Represents request frame that can be used with ServiceWorker#skipWaiting operation call.

StartWorkerRequest

data class StartWorkerRequest

Represents request frame that can be used with ServiceWorker#startWorker operation call.

StopWorkerRequest

data class StopWorkerRequest

Represents request frame that can be used with ServiceWorker#stopWorker operation call.

UnregisterRequest

data class UnregisterRequest

Represents request frame that can be used with ServiceWorker#unregister operation call.

UpdateRegistrationRequest

data class UpdateRegistrationRequest

Represents request frame that can be used with ServiceWorker#updateRegistration operation call.

WorkerErrorReportedEvent

data class WorkerErrorReportedEvent : Event

WorkerRegistrationUpdatedEvent

data class WorkerRegistrationUpdatedEvent : Event

WorkerVersionUpdatedEvent

data class WorkerVersionUpdatedEvent : Event

Type Aliases

RegistrationID

typealias RegistrationID = String