pl.wendigo.chrome.api.serviceworker / StopWorkerRequest

StopWorkerRequest

data class StopWorkerRequest (source)

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

Link
ServiceWorker#stopWorker method documentation.

See Also

ServiceWorkerOperations.stopWorker

Constructors

<init>

StopWorkerRequest(versionId: String)

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

Properties

versionId

val versionId: String