Dispatch Periodic Sync Event Request
data class DispatchPeriodicSyncEventRequest(origin: String, registrationId: RegistrationID, tag: String)
Content copied to clipboard
Represents request frame that can be used with ServiceWorker#dispatchPeriodicSyncEvent operation call.
See also
Constructors
DispatchPeriodicSyncEventRequest
Link copied to clipboard
fun DispatchPeriodicSyncEventRequest(origin: String, registrationId: RegistrationID, tag: String)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard