Runtime.queryObjects
{
"name": "queryObjects",
"parameters": [
{
"name": "prototypeObjectId",
"$ref": "RemoteObjectId",
"description": "Identifier of the prototype to return objects for."
}
],
"returns": [
{
"name": "objects",
"$ref": "RemoteObject",
"description": "Array with objects."
}
]
}