Await Promise Request
data class AwaitPromiseRequest(promiseObjectId: RemoteObjectId, returnByValue: Boolean?, generatePreview: Boolean?)
Content copied to clipboard
Represents request frame that can be used with Runtime#awaitPromise operation call.
Add handler to promise with given promise object id.
See also
Constructors
AwaitPromiseRequest
Link copied to clipboard
fun AwaitPromiseRequest(promiseObjectId: RemoteObjectId, returnByValue: Boolean? = null, generatePreview: Boolean? = null)
Content copied to clipboard
Properties
generatePreview
Link copied to clipboard
promiseObjectId
Link copied to clipboard
returnByValue
Link copied to clipboard
Sources
jvm source
Link copied to clipboard