mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
959 B
Markdown
20 lines
959 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) > [EvaluateOnCallFrameResponse](./puppeteer.protocol.debugger.evaluateoncallframeresponse.md)
|
||
|
|
||
|
## Protocol.Debugger.EvaluateOnCallFrameResponse interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface EvaluateOnCallFrameResponse
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [exceptionDetails](./puppeteer.protocol.debugger.evaluateoncallframeresponse.exceptiondetails.md) | [Runtime.ExceptionDetails](./puppeteer.protocol.runtime.exceptiondetails.md) | Exception details. |
|
||
|
| [result](./puppeteer.protocol.debugger.evaluateoncallframeresponse.result.md) | [Runtime.RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) | Object wrapper for the evaluation result. |
|
||
|
|