chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / CreateIsolatedWorldResponse

CreateIsolatedWorldResponse

data class CreateIsolatedWorldResponse

Response type for the PageDomain.createIsolatedWorld command.

Constructors

<init>

Response type for the PageDomain.createIsolatedWorld command.

CreateIsolatedWorldResponse(executionContextId: ExecutionContextId)

Properties

executionContextId

Execution context of the isolated world.

val executionContextId: ExecutionContextId