ServiceWorker
Types
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
ServiceWorker registration.
Link copied to clipboard
@Serializable
ServiceWorker version.
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
Functions
Link copied to clipboard
suspend fun deliverPushMessage(args: ServiceWorker.DeliverPushMessageParameter, mode: CommandMode = CommandMode.DEFAULT)
Link copied to clipboard
Link copied to clipboard
suspend fun dispatchPeriodicSyncEvent(args: ServiceWorker.DispatchPeriodicSyncEventParameter, mode: CommandMode = CommandMode.DEFAULT)
Link copied to clipboard
suspend fun dispatchSyncEvent(args: ServiceWorker.DispatchSyncEventParameter, mode: CommandMode = CommandMode.DEFAULT)
suspend fun dispatchSyncEvent(origin: String, registrationId: String, tag: String, lastChance: Boolean)
Link copied to clipboard
Link copied to clipboard
suspend fun inspectWorker(args: ServiceWorker.InspectWorkerParameter, mode: CommandMode = CommandMode.DEFAULT)
Link copied to clipboard
suspend fun setForceUpdateOnPageLoad(args: ServiceWorker.SetForceUpdateOnPageLoadParameter, mode: CommandMode = CommandMode.DEFAULT)
Link copied to clipboard
suspend fun skipWaiting(args: ServiceWorker.SkipWaitingParameter, mode: CommandMode = CommandMode.DEFAULT)
Link copied to clipboard
suspend fun startWorker(args: ServiceWorker.StartWorkerParameter, mode: CommandMode = CommandMode.DEFAULT)
Link copied to clipboard
Link copied to clipboard
suspend fun stopWorker(args: ServiceWorker.StopWorkerParameter, mode: CommandMode = CommandMode.DEFAULT)
Link copied to clipboard
suspend fun unregister(args: ServiceWorker.UnregisterParameter, mode: CommandMode = CommandMode.DEFAULT)
Link copied to clipboard
suspend fun updateRegistration(args: ServiceWorker.UpdateRegistrationParameter, mode: CommandMode = CommandMode.DEFAULT)