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

AwaitPromiseResponse

data class AwaitPromiseResponse

Response type for the RuntimeDomain.awaitPromise command.

Constructors

<init>

Response type for the RuntimeDomain.awaitPromise command.

AwaitPromiseResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null)

Properties

exceptionDetails

Exception details if stack strace is available.

val exceptionDetails: ExceptionDetails?

result

Promise result. Will contain rejected value if promise was rejected.

val result: RemoteObject