Runtime.inspectRequested
Issued when object should be inspected (for example, as a result of inspect() command line API call).
{
"name": "inspectRequested",
"description": "Issued when object should be inspected (for example, as a result of inspect() command line API call).",
"parameters": [
{
"name": "object",
"$ref": "RemoteObject"
},
{
"name": "hints",
"type": "object"
}
]
}