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

646 B

Home > puppeteer > Protocol > Debugger > EvaluateOnCallFrameRequest > returnByValue

Protocol.Debugger.EvaluateOnCallFrameRequest.returnByValue property

Whether the result is expected to be a JSON object that should be sent by value.

Signature:

returnByValue?: boolean;