toggle menu
chrome-devtools-kotlin
5.13.1-1286932
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.network
/
ServiceWorkerRouterInfo
Service
Worker
Router
Info
@
Serializable
data
class
ServiceWorkerRouterInfo
(
val
ruleIdMatched
:
Int
,
val
matchedSourceType
:
ServiceWorkerRouterSource
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
Service
Worker
Router
Info
Link copied to clipboard
constructor
(
ruleIdMatched
:
Int
,
matchedSourceType
:
ServiceWorkerRouterSource
)
Properties
matched
Source
Type
Link copied to clipboard
val
matchedSourceType
:
ServiceWorkerRouterSource
(undocumented in the protocol definition)
rule
Id
Matched
Link copied to clipboard
val
ruleIdMatched
:
Int
(undocumented in the protocol definition)