puppeteer/new-docs/puppeteer.protocol.debugger.continuetolocationrequest.targetcallframes.md

14 lines
634 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Debugger](./puppeteer.protocol.debugger.md) &gt; [ContinueToLocationRequest](./puppeteer.protocol.debugger.continuetolocationrequest.md) &gt; [targetCallFrames](./puppeteer.protocol.debugger.continuetolocationrequest.targetcallframes.md)
## Protocol.Debugger.ContinueToLocationRequest.targetCallFrames property
(ContinueToLocationRequestTargetCallFrames enum)
<b>Signature:</b>
```typescript
targetCallFrames?: ('any' | 'current');
```