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

Usage in Deno

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

Stack trace captured when the call was made.

Type

StackTrace | undefined