19 lines
719 B
Markdown
19 lines
719 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [SetMaxCallStackSizeToCaptureRequest](./puppeteer.protocol.runtime.setmaxcallstacksizetocapturerequest.md)
|
||
|
|
||
|
## Protocol.Runtime.SetMaxCallStackSizeToCaptureRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SetMaxCallStackSizeToCaptureRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [size](./puppeteer.protocol.runtime.setmaxcallstacksizetocapturerequest.size.md) | [integer](./puppeteer.protocol.integer.md) | |
|
||
|
|