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