Runtime.AwaitPromiseParameterType - Node documentation
interface Runtime.AwaitPromiseParameterType

Usage in Deno

import { type Runtime } from "node:inspector";
type { AwaitPromiseParameterType } = Runtime;

Properties

Identifier of the promise.

optional
returnByValue: boolean | undefined

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

optional
generatePreview: boolean | undefined

Whether preview should be generated for the result.