chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.runtime / GetIsolateIdResponse

GetIsolateIdResponse

data class GetIsolateIdResponse

Response type for the RuntimeDomain.getIsolateId command.

Constructors

<init>

Response type for the RuntimeDomain.getIsolateId command.

GetIsolateIdResponse(id: String)

Properties

id

The isolate id.

val id: String