pl.wendigo.chrome.api.serviceworker / DispatchPeriodicSyncEventRequest

DispatchPeriodicSyncEventRequest

data class DispatchPeriodicSyncEventRequest (source)

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

Link
ServiceWorker#dispatchPeriodicSyncEvent method documentation.

See Also

ServiceWorkerOperations.dispatchPeriodicSyncEvent

Constructors

<init>

DispatchPeriodicSyncEventRequest(origin: String, registrationId: RegistrationID, tag: String)

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

Properties

origin

val origin: String

registrationId

val registrationId: RegistrationID

tag

val tag: String