Skip to main content
Runtime.ExceptionDetails.stackTrace - inspector - Node documentation
property Runtime.ExceptionDetails.stackTrace

Usage in Deno

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

JavaScript stack trace if available.

Type

StackTrace | undefined