OLD | NEW |
1 { | 1 { |
2 "version": { "major": "1", "minor": "0" }, | 2 "version": { "major": "1", "minor": "0" }, |
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 3034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3045 "parameters": [ | 3045 "parameters": [ |
3046 { "name": "breakpointId", "$ref": "BreakpointId", "descripti
on": "Breakpoint unique identifier." }, | 3046 { "name": "breakpointId", "$ref": "BreakpointId", "descripti
on": "Breakpoint unique identifier." }, |
3047 { "name": "location", "$ref": "Location", "description": "Ac
tual breakpoint location." } | 3047 { "name": "location", "$ref": "Location", "description": "Ac
tual breakpoint location." } |
3048 ], | 3048 ], |
3049 "description": "Fired when breakpoint is resolved to an actual s
cript and location." | 3049 "description": "Fired when breakpoint is resolved to an actual s
cript and location." |
3050 }, | 3050 }, |
3051 { | 3051 { |
3052 "name": "paused", | 3052 "name": "paused", |
3053 "parameters": [ | 3053 "parameters": [ |
3054 { "name": "callFrames", "type": "array", "items": { "$ref":
"CallFrame" }, "description": "Call stack the virtual machine stopped on." }, | 3054 { "name": "callFrames", "type": "array", "items": { "$ref":
"CallFrame" }, "description": "Call stack the virtual machine stopped on." }, |
3055 { "name": "reason", "type": "string", "enum": [ "XHR", "DOM"
, "EventListener", "exception", "assert", "CSPViolation", "other" ], "descriptio
n": "Pause reason." }, | 3055 { "name": "reason", "type": "string", "enum": [ "XHR", "DOM"
, "EventListener", "exception", "assert", "CSPViolation", "debugCommand", "other
" ], "description": "Pause reason." }, |
3056 { "name": "data", "type": "object", "optional": true, "descr
iption": "Object containing break-specific auxiliary properties." }, | 3056 { "name": "data", "type": "object", "optional": true, "descr
iption": "Object containing break-specific auxiliary properties." }, |
3057 { "name": "hitBreakpoints", "type": "array", "optional": tru
e, "items": { "type": "string" }, "description": "Hit breakpoints IDs", "hidden"
: true } | 3057 { "name": "hitBreakpoints", "type": "array", "optional": tru
e, "items": { "type": "string" }, "description": "Hit breakpoints IDs", "hidden"
: true } |
3058 ], | 3058 ], |
3059 "description": "Fired when the virtual machine stopped on breakp
oint or exception or any other stop criteria." | 3059 "description": "Fired when the virtual machine stopped on breakp
oint or exception or any other stop criteria." |
3060 }, | 3060 }, |
3061 { | 3061 { |
3062 "name": "resumed", | 3062 "name": "resumed", |
3063 "description": "Fired when the virtual machine resumed execution
." | 3063 "description": "Fired when the virtual machine resumed execution
." |
3064 } | 3064 } |
3065 ] | 3065 ] |
(...skipping 690 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3756 ] | 3756 ] |
3757 } | 3757 } |
3758 ], | 3758 ], |
3759 "events": [ | 3759 "events": [ |
3760 { | 3760 { |
3761 "name": "layerTreeDidChange" | 3761 "name": "layerTreeDidChange" |
3762 } | 3762 } |
3763 ] | 3763 ] |
3764 }] | 3764 }] |
3765 } | 3765 } |
OLD | NEW |