pl.wendigo.chrome.api.runtime / GetIsolateIdResponse

GetIsolateIdResponse

data class GetIsolateIdResponse (source)

Represents response frame that is returned from Runtime#getIsolateId operation call. Returns the isolate id.

Link
Runtime#getIsolateId method documentation.

See Also

RuntimeOperations.getIsolateId

Constructors

<init>

GetIsolateIdResponse(id: String)

Represents response frame that is returned from Runtime#getIsolateId operation call. Returns the isolate id.

Properties

id

val id: String

The isolate id.