951 B
951 B
Home > puppeteer > Protocol > Runtime > AwaitPromiseResponse
Protocol.Runtime.AwaitPromiseResponse interface
Signature:
export interface AwaitPromiseResponse
Properties
Property | Type | Description |
---|---|---|
exceptionDetails | ExceptionDetails | Exception details if stack strace is available. |
result | RemoteObject | Promise result. Will contain rejected value if promise was rejected. |