puppeteer/new-docs/puppeteer.protocol.debugger.setasynccallstackdepthrequest.maxdepth.md
2020-07-13 14:01:35 +01:00

672 B

Home > puppeteer > Protocol > Debugger > SetAsyncCallStackDepthRequest > maxDepth

Protocol.Debugger.SetAsyncCallStackDepthRequest.maxDepth property

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

Signature:

maxDepth: integer;