Skip to main content
Runtime.StackTrace.parentId - inspector - Node documentation
property Runtime.StackTrace.parentId
Unstable

Usage in Deno

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

Asynchronous JavaScript stack trace that preceded this stack, if available.

Type

StackTraceId | undefined