puppeteer/new-docs/puppeteer.protocol.runtime.setasynccallstackdepthrequest.maxdepth.md

14 lines
667 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [SetAsyncCallStackDepthRequest](./puppeteer.protocol.runtime.setasynccallstackdepthrequest.md) &gt; [maxDepth](./puppeteer.protocol.runtime.setasynccallstackdepthrequest.maxdepth.md)
## Protocol.Runtime.SetAsyncCallStackDepthRequest.maxDepth property
Maximum depth of async call stacks. Setting to `0` will effectively disable collecting async call stacks (default).
<b>Signature:</b>
```typescript
maxDepth: integer;
```