pl.wendigo.chrome.api.serviceworker / UnregisterRequest

UnregisterRequest

data class UnregisterRequest (source)

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

Link
ServiceWorker#unregister method documentation.

See Also

ServiceWorkerOperations.unregister

Constructors

<init>

UnregisterRequest(scopeURL: String)

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

Properties

scopeURL

val scopeURL: String