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

Usage in Deno

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

String label of this stack trace. For async traces this may be a name of the function that initiated the async call.

Type

string | undefined