mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
788 B
788 B
Home > puppeteer > Protocol > Debugger > PauseOnAsyncCallRequest
Protocol.Debugger.PauseOnAsyncCallRequest interface
Signature:
export interface PauseOnAsyncCallRequest
Properties
Property | Type | Description |
---|---|---|
parentStackTraceId | Runtime.StackTraceId | Debugger will pause when async call with given stack trace is started. |