pl.wendigo.chrome.api.serviceworker / StartWorkerRequest

StartWorkerRequest

data class StartWorkerRequest (source)

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

Link
ServiceWorker#startWorker method documentation.

See Also

ServiceWorkerOperations.startWorker

Constructors

<init>

StartWorkerRequest(scopeURL: String)

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

Properties

scopeURL

val scopeURL: String