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

564 B

Home > puppeteer > Protocol > Debugger > CallFrame > returnValue

Protocol.Debugger.CallFrame.returnValue property

The value being returned, if the function is at return point.

Signature:

returnValue?: Runtime.RemoteObject;