959 B
959 B
Home > puppeteer > Protocol > Debugger > EvaluateOnCallFrameResponse
Protocol.Debugger.EvaluateOnCallFrameResponse interface
Signature:
export interface EvaluateOnCallFrameResponse
Properties
Property | Type | Description |
---|---|---|
exceptionDetails | Runtime.ExceptionDetails | Exception details. |
result | Runtime.RemoteObject | Object wrapper for the evaluation result. |