19 lines
788 B
Markdown
19 lines
788 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [PauseOnAsyncCallRequest](./puppeteer.protocol.debugger.pauseonasynccallrequest.md)
|
|
|
|
## Protocol.Debugger.PauseOnAsyncCallRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface PauseOnAsyncCallRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [parentStackTraceId](./puppeteer.protocol.debugger.pauseonasynccallrequest.parentstacktraceid.md) | [Runtime.StackTraceId](./puppeteer.protocol.runtime.stacktraceid.md) | Debugger will pause when async call with given stack trace is started. |
|
|
|