| OLD | NEW |
| 1 { | 1 { |
| 2 "version": { "major": "1", "minor": "1" }, | 2 "version": { "major": "1", "minor": "1" }, |
| 3 "domains": [{ | 3 "domains": [{ |
| 4 "domain": "Inspector", | 4 "domain": "Inspector", |
| 5 "hidden": true, | 5 "hidden": true, |
| 6 "types": [], | 6 "types": [], |
| 7 "commands": [ | 7 "commands": [ |
| 8 { | 8 { |
| 9 "name": "enable", | 9 "name": "enable", |
| 10 "description": "Enables inspector domain notifications." | 10 "description": "Enables inspector domain notifications." |
| (...skipping 3378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3389 "returns": [ | 3389 "returns": [ |
| 3390 { "name": "callFrames", "type": "array", "items": { "$ref":
"CallFrame" }, "description": "Call stack the virtual machine stopped on." }, | 3390 { "name": "callFrames", "type": "array", "items": { "$ref":
"CallFrame" }, "description": "Call stack the virtual machine stopped on." }, |
| 3391 { "name": "asyncStackTrace", "$ref": "StackTrace", "optional
": true, "description": "Async stack trace, if any." } | 3391 { "name": "asyncStackTrace", "$ref": "StackTrace", "optional
": true, "description": "Async stack trace, if any." } |
| 3392 ], | 3392 ], |
| 3393 "hidden": true, | 3393 "hidden": true, |
| 3394 "description": "Returns call stack including variables changed s
ince VM was paused. VM must be paused." | 3394 "description": "Returns call stack including variables changed s
ince VM was paused. VM must be paused." |
| 3395 }, | 3395 }, |
| 3396 { | 3396 { |
| 3397 "name": "skipStackFrames", | 3397 "name": "skipStackFrames", |
| 3398 "parameters": [ | 3398 "parameters": [ |
| 3399 { "name": "script", "optional": true, "type": "string", "des
cription": "Regular expression defining the scripts to ignore while stepping." } | 3399 { "name": "script", "type": "string", "optional": true, "des
cription": "Regular expression defining the scripts to ignore while stepping." }
, |
| 3400 { "name": "skipContentScripts", "type": "boolean", "optional
": true, "description": "True, if all content scripts should be ignored." } |
| 3400 ], | 3401 ], |
| 3401 "hidden": true, | 3402 "hidden": true, |
| 3402 "description": "Makes backend skip steps in the sources with nam
es matching given pattern. VM will try leave blacklisted scripts by performing '
step in' several times, finally resorting to 'step out' if unsuccessful." | 3403 "description": "Makes backend skip steps in the sources with nam
es matching given pattern. VM will try leave blacklisted scripts by performing '
step in' several times, finally resorting to 'step out' if unsuccessful." |
| 3403 }, | 3404 }, |
| 3404 { | 3405 { |
| 3405 "name": "setAsyncCallStackDepth", | 3406 "name": "setAsyncCallStackDepth", |
| 3406 "parameters": [ | 3407 "parameters": [ |
| 3407 { "name": "maxDepth", "type": "integer", "description": "Max
imum depth of async call stacks. Setting to <code>0</code> will effectively disa
ble collecting async call stacks (default)." } | 3408 { "name": "maxDepth", "type": "integer", "description": "Max
imum depth of async call stacks. Setting to <code>0</code> will effectively disa
ble collecting async call stacks (default)." } |
| 3408 ], | 3409 ], |
| 3409 "hidden": true, | 3410 "hidden": true, |
| (...skipping 953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4363 { | 4364 { |
| 4364 "name": "dataAvailable", | 4365 "name": "dataAvailable", |
| 4365 "parameters": [ | 4366 "parameters": [ |
| 4366 {"name": "value", "type": "array", "items": { "$ref": "Power
Event" }, "description": "List of power events." } | 4367 {"name": "value", "type": "array", "items": { "$ref": "Power
Event" }, "description": "List of power events." } |
| 4367 ], | 4368 ], |
| 4368 "handlers": ["browser", "frontend"] | 4369 "handlers": ["browser", "frontend"] |
| 4369 } | 4370 } |
| 4370 ] | 4371 ] |
| 4371 }] | 4372 }] |
| 4372 } | 4373 } |
| OLD | NEW |