14 lines
573 B
Markdown
14 lines
573 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) > [AwaitPromiseRequest](./puppeteer.protocol.runtime.awaitpromiserequest.md) > [promiseObjectId](./puppeteer.protocol.runtime.awaitpromiserequest.promiseobjectid.md)
|
|
|
|
## Protocol.Runtime.AwaitPromiseRequest.promiseObjectId property
|
|
|
|
Identifier of the promise.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
promiseObjectId: RemoteObjectId;
|
|
```
|