mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
689 B
689 B
Home > puppeteer > Protocol > Runtime > CallFunctionOnRequest > objectGroup
Protocol.Runtime.CallFunctionOnRequest.objectGroup property
Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object.
Signature:
objectGroup?: string;