mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.0 KiB
1.0 KiB
Home > puppeteer > Protocol > Runtime > AwaitPromiseRequest
Protocol.Runtime.AwaitPromiseRequest interface
Signature:
export interface AwaitPromiseRequest
Properties
Property | Type | Description |
---|---|---|
generatePreview | boolean | Whether preview should be generated for the result. |
promiseObjectId | RemoteObjectId | Identifier of the promise. |
returnByValue | boolean | Whether the result is expected to be a JSON object that should be sent by value. |