pl.wendigo.chrome.api.serviceworker / DispatchSyncEventRequest

DispatchSyncEventRequest

data class DispatchSyncEventRequest (source)

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

Link
ServiceWorker#dispatchSyncEvent method documentation.

See Also

ServiceWorkerOperations.dispatchSyncEvent

Constructors

<init>

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

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

Properties

lastChance

val lastChance: Boolean

origin

val origin: String

registrationId

val registrationId: RegistrationID

tag

val tag: String