chrome-devtools-kotlin
5.1.0-1165014
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.serviceworker
/
UnregisterRequest
Unregister
Request
@
Serializable
data
class
UnregisterRequest
(
val
scopeURL
:
String
)
(
source
)
Request object containing input parameters for the
ServiceWorkerDomain.unregister
command.
Members
Constructors
Unregister
Request
Link copied to clipboard
constructor
(
scopeURL
:
String
)
Properties
scope
URL
Link copied to clipboard
val
scopeURL
:
String