mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
656 B
656 B
Home > puppeteer > Protocol > Debugger > PauseOnAsyncCallRequest > parentStackTraceId
Protocol.Debugger.PauseOnAsyncCallRequest.parentStackTraceId property
Debugger will pause when async call with given stack trace is started.
Signature:
parentStackTraceId: Runtime.StackTraceId;