mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |