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

667 B

Home > puppeteer > Protocol > Runtime > SetAsyncCallStackDepthRequest > maxDepth

Protocol.Runtime.SetAsyncCallStackDepthRequest.maxDepth property

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

Signature:

maxDepth: integer;