Runtime.setMaxCallStackSizeToCaptureNo description available.
| Name | Type | Description |
|---|---|---|
size | integer |
{
"id": 1,
"method": "Runtime.setMaxCallStackSizeToCapture",
"params": {
"size": 1
}
}
{
"id": 1,
"result": {}
}
const result = await send('Runtime.setMaxCallStackSizeToCapture', {"size": 1});
console.log(result);