AwaitPromiseResponse

@Serializable
data class AwaitPromiseResponse(val result: RemoteObject, val exceptionDetails: ExceptionDetails? = null)(source)

Response type for the RuntimeDomain.awaitPromise command.

Constructors

Link copied to clipboard
constructor(result: RemoteObject, exceptionDetails: ExceptionDetails? = null)

Properties

Link copied to clipboard

Exception details if stack strace is available.

Link copied to clipboard

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