puppeteer/new-docs/puppeteer.protocol.debugger.evaluateoncallframeresponse.md
2020-07-13 14:01:35 +01:00

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.