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 3504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3515 "parameters": [ | 3515 "parameters": [ |
3516 { "name": "breakpointId", "$ref": "BreakpointId", "descripti
on": "Breakpoint unique identifier." }, | 3516 { "name": "breakpointId", "$ref": "BreakpointId", "descripti
on": "Breakpoint unique identifier." }, |
3517 { "name": "location", "$ref": "Location", "description": "Ac
tual breakpoint location." } | 3517 { "name": "location", "$ref": "Location", "description": "Ac
tual breakpoint location." } |
3518 ], | 3518 ], |
3519 "description": "Fired when breakpoint is resolved to an actual s
cript and location." | 3519 "description": "Fired when breakpoint is resolved to an actual s
cript and location." |
3520 }, | 3520 }, |
3521 { | 3521 { |
3522 "name": "paused", | 3522 "name": "paused", |
3523 "parameters": [ | 3523 "parameters": [ |
3524 { "name": "callFrames", "type": "array", "items": { "$ref":
"CallFrame" }, "description": "Call stack the virtual machine stopped on." }, | 3524 { "name": "callFrames", "type": "array", "items": { "$ref":
"CallFrame" }, "description": "Call stack the virtual machine stopped on." }, |
3525 { "name": "reason", "type": "string", "enum": [ "XHR", "DOM"
, "EventListener", "exception", "assert", "CSPViolation", "debugCommand", "other
" ], "description": "Pause reason." }, | 3525 { "name": "reason", "type": "string", "enum": [ "XHR", "DOM"
, "EventListener", "exception", "assert", "CSPViolation", "debugCommand", "promi
seRejection", "other" ], "description": "Pause reason." }, |
3526 { "name": "data", "type": "object", "optional": true, "descr
iption": "Object containing break-specific auxiliary properties." }, | 3526 { "name": "data", "type": "object", "optional": true, "descr
iption": "Object containing break-specific auxiliary properties." }, |
3527 { "name": "hitBreakpoints", "type": "array", "optional": tru
e, "items": { "type": "string" }, "description": "Hit breakpoints IDs", "hidden"
: true }, | 3527 { "name": "hitBreakpoints", "type": "array", "optional": tru
e, "items": { "type": "string" }, "description": "Hit breakpoints IDs", "hidden"
: true }, |
3528 { "name": "asyncStackTrace", "$ref": "StackTrace", "optional
": true, "description": "Async stack trace, if any.", "hidden": true } | 3528 { "name": "asyncStackTrace", "$ref": "StackTrace", "optional
": true, "description": "Async stack trace, if any.", "hidden": true } |
3529 ], | 3529 ], |
3530 "description": "Fired when the virtual machine stopped on breakp
oint or exception or any other stop criteria." | 3530 "description": "Fired when the virtual machine stopped on breakp
oint or exception or any other stop criteria." |
3531 }, | 3531 }, |
3532 { | 3532 { |
3533 "name": "resumed", | 3533 "name": "resumed", |
3534 "description": "Fired when the virtual machine resumed execution
." | 3534 "description": "Fired when the virtual machine resumed execution
." |
3535 } | 3535 } |
(...skipping 870 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4406 { | 4406 { |
4407 "name": "dataAvailable", | 4407 "name": "dataAvailable", |
4408 "parameters": [ | 4408 "parameters": [ |
4409 {"name": "value", "type": "array", "items": { "$ref": "Power
Event" }, "description": "List of power events." } | 4409 {"name": "value", "type": "array", "items": { "$ref": "Power
Event" }, "description": "List of power events." } |
4410 ], | 4410 ], |
4411 "handlers": ["browser", "frontend"] | 4411 "handlers": ["browser", "frontend"] |
4412 } | 4412 } |
4413 ] | 4413 ] |
4414 }] | 4414 }] |
4415 } | 4415 } |
OLD | NEW |