mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
686 B
686 B
Home > puppeteer > Protocol > Debugger > EvaluateOnCallFrameRequest > objectGroup
Protocol.Debugger.EvaluateOnCallFrameRequest.objectGroup property
String object group name to put result into (allows rapid releasing resulting object handles using releaseObjectGroup
).
Signature:
objectGroup?: string;