mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [AwaitPromiseRequest](./puppeteer.protocol.runtime.awaitpromiserequest.md)
|
||
|
|
||
|
## Protocol.Runtime.AwaitPromiseRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface AwaitPromiseRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [generatePreview](./puppeteer.protocol.runtime.awaitpromiserequest.generatepreview.md) | boolean | Whether preview should be generated for the result. |
|
||
|
| [promiseObjectId](./puppeteer.protocol.runtime.awaitpromiserequest.promiseobjectid.md) | [RemoteObjectId](./puppeteer.protocol.runtime.remoteobjectid.md) | Identifier of the promise. |
|
||
|
| [returnByValue](./puppeteer.protocol.runtime.awaitpromiserequest.returnbyvalue.md) | boolean | Whether the result is expected to be a JSON object that should be sent by value. |
|
||
|
|