Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Runtime.AwaitPromiseRequest
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { AwaitPromiseRequest } = default.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.