import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { StackTrace } = default.Runtime;
Call frames for assertions or error messages.
Properties
String label of this stack trace. For async traces this may be a name of the function that initiated the async call.
callFrames: CallFrame[]
JavaScript function name.
optional
parent: StackTraceAsynchronous JavaScript stack trace that preceded this stack, if available.
optional
parentId: StackTraceIdAsynchronous JavaScript stack trace that preceded this stack, if available.