chrome-devtools-kotlin
Toggle table of contents
8.1.0-1515189
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
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.