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

622 B

Home > puppeteer > Protocol > Runtime > CallFunctionOnRequest > returnByValue

Protocol.Runtime.CallFunctionOnRequest.returnByValue property

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

Signature:

returnByValue?: boolean;