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

602 B

Home > puppeteer > Protocol > Runtime > RunScriptRequest > returnByValue

Protocol.Runtime.RunScriptRequest.returnByValue property

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

Signature:

returnByValue?: boolean;