puppeteer/new-docs/puppeteer.protocol.runtime.awaitpromiserequest.md
2020-07-13 14:01:35 +01:00

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.