Await Promise Response
data class AwaitPromiseResponse(result: RemoteObject, exceptionDetails: ExceptionDetails?)
Content copied to clipboard
Represents response frame that is returned from Runtime#awaitPromise operation call. Add handler to promise with given promise object id.
See also
Constructors
AwaitPromiseResponse
Link copied to clipboard
fun AwaitPromiseResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard