pl.wendigo.chrome.domain.serviceworker / DispatchSyncEventRequest

DispatchSyncEventRequest

data class DispatchSyncEventRequest (source)

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

Constructors

<init>

DispatchSyncEventRequest(origin: String, registrationId: RegistrationID, tag: String, lastChance: Boolean)

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

Properties

lastChance

val lastChance: Boolean

origin

val origin: String

registrationId

val registrationId: RegistrationID

tag

val tag: String