7 "description": "Enables inspector domain notifications."
11 "description": "Disables inspector domain notifications."
14 "name": "initialized",
15 "description": "Sent by the frontend after all initialization messages have been sent."
20 "name": "evaluateForTestInFrontend",
22 { "name": "script", "type": "string" }
28 { "name": "object", "$ref": "Runtime.RemoteObject" },
29 { "name": "hints", "type": "object" }
34 "description": "Fired when remote debugging connection is about to be terminated. Contains detach reason.",
36 { "name": "reason", "type": "string", "description": "The reason why connection has been terminated." }
40 "name": "activateExtraDomains",
41 "description": "Fired when the backend has alternate domains that need to be activated.",
43 { "name": "domains", "type": "array", "items": { "type": "string" }, "description": "Domain names that need activation" }
47 "name": "targetCrashed",
48 "description": "Fired when debugging target has crashed"