Skip to main content
Go to Latest
interface Protocol.Runtime.AwaitPromiseRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { AwaitPromiseRequest } = Protocol.Runtime;

Properties

promiseObjectId: RemoteObjectId

Identifier of the promise.

optional
returnByValue: boolean

Whether the result is expected to be a JSON object that should be sent by value.

optional
generatePreview: boolean

Whether preview should be generated for the result.