Extremely Popular
Go to Latest
interface puppeteer.Debugger.SetAsyncCallStackDepthRequest
import { type puppeteer } from "https://dotland.deno.dev/x/fresh@1.0.2/tests/deps.ts";
const { SetAsyncCallStackDepthRequest } = puppeteer.Debugger;

Properties

maxDepth: integer

Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default).