mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
597 B
597 B
Home > puppeteer > Protocol > Runtime > EvaluateRequest > returnByValue
Protocol.Runtime.EvaluateRequest.returnByValue property
Whether the result is expected to be a JSON object that should be sent by value.
Signature:
returnByValue?: boolean;