toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.runtime
/
GetIsolateIdResponse
Get
Isolate
Id
Response
@
Serializable
data
class
GetIsolateIdResponse
(
val
id
:
String
)
Response type for the
RuntimeDomain.getIsolateId
command.
Members
Constructors
Get
Isolate
Id
Response
Link copied to clipboard
constructor
(
id
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
The isolate id.