Skip to main content
Runtime.AwaitPromiseParameterType - node__inspector.d.ts - Node documentation
interface Runtime.AwaitPromiseParameterType

Usage in Deno

```typescript import { Runtime } from "node:node__inspector.d.ts"; ```

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.