14 lines
581 B
Markdown
14 lines
581 B
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) > [AwaitPromiseResponse](./puppeteer.protocol.runtime.awaitpromiseresponse.md) > [result](./puppeteer.protocol.runtime.awaitpromiseresponse.result.md)
|
||
|
|
||
|
## Protocol.Runtime.AwaitPromiseResponse.result property
|
||
|
|
||
|
Promise result. Will contain rejected value if promise was rejected.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
result: RemoteObject;
|
||
|
```
|