chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.serviceworker / ServiceWorkerRegistration

ServiceWorkerRegistration

data class ServiceWorkerRegistration

ServiceWorker registration.

Constructors

<init>

ServiceWorker registration.

ServiceWorkerRegistration(registrationId: RegistrationID, scopeURL: String, isDeleted: Boolean)

Properties

isDeleted

val isDeleted: Boolean

registrationId

val registrationId: RegistrationID

scopeURL

val scopeURL: String