| 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 3182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3193 { "name": "startColumn", "type": "integer", "description": "
Column offset of the script within the resource with given URL." }, | 3193 { "name": "startColumn", "type": "integer", "description": "
Column offset of the script within the resource with given URL." }, |
| 3194 { "name": "endLine", "type": "integer", "description": "Last
line of the script." }, | 3194 { "name": "endLine", "type": "integer", "description": "Last
line of the script." }, |
| 3195 { "name": "endColumn", "type": "integer", "description": "Le
ngth of the last line of the script." }, | 3195 { "name": "endColumn", "type": "integer", "description": "Le
ngth of the last line of the script." }, |
| 3196 { "name": "isContentScript", "type": "boolean", "optional":
true, "description": "Determines whether this script is a user extension script.
" }, | 3196 { "name": "isContentScript", "type": "boolean", "optional":
true, "description": "Determines whether this script is a user extension script.
" }, |
| 3197 { "name": "sourceMapURL", "type": "string", "optional": true
, "description": "URL of source map associated with script (if any)." }, | 3197 { "name": "sourceMapURL", "type": "string", "optional": true
, "description": "URL of source map associated with script (if any)." }, |
| 3198 { "name": "hasSourceURL", "type": "boolean", "optional": tru
e, "description": "True, if this script has sourceURL.", "hidden": true } | 3198 { "name": "hasSourceURL", "type": "boolean", "optional": tru
e, "description": "True, if this script has sourceURL.", "hidden": true } |
| 3199 ], | 3199 ], |
| 3200 "description": "Fired when virtual machine parses script. This e
vent is also fired for all known and uncollected scripts upon enabling debugger.
" | 3200 "description": "Fired when virtual machine parses script. This e
vent is also fired for all known and uncollected scripts upon enabling debugger.
" |
| 3201 }, | 3201 }, |
| 3202 { | 3202 { |
| 3203 "name": "scriptFailedToParse", | |
| 3204 "parameters": [ | |
| 3205 { "name": "url", "type": "string", "description": "URL of th
e script that failed to parse." }, | |
| 3206 { "name": "scriptSource", "type": "string", "description": "
Source text of the script that failed to parse." }, | |
| 3207 { "name": "startLine", "type": "integer", "description": "Li
ne offset of the script within the resource." }, | |
| 3208 { "name": "errorLine", "type": "integer", "description": "Li
ne with error." }, | |
| 3209 { "name": "errorMessage", "type": "string", "description": "
Parse error message." } | |
| 3210 ], | |
| 3211 "description": "Fired when virtual machine fails to parse the sc
ript." | |
| 3212 }, | |
| 3213 { | |
| 3214 "name": "breakpointResolved", | 3203 "name": "breakpointResolved", |
| 3215 "parameters": [ | 3204 "parameters": [ |
| 3216 { "name": "breakpointId", "$ref": "BreakpointId", "descripti
on": "Breakpoint unique identifier." }, | 3205 { "name": "breakpointId", "$ref": "BreakpointId", "descripti
on": "Breakpoint unique identifier." }, |
| 3217 { "name": "location", "$ref": "Location", "description": "Ac
tual breakpoint location." } | 3206 { "name": "location", "$ref": "Location", "description": "Ac
tual breakpoint location." } |
| 3218 ], | 3207 ], |
| 3219 "description": "Fired when breakpoint is resolved to an actual s
cript and location." | 3208 "description": "Fired when breakpoint is resolved to an actual s
cript and location." |
| 3220 }, | 3209 }, |
| 3221 { | 3210 { |
| 3222 "name": "paused", | 3211 "name": "paused", |
| 3223 "parameters": [ | 3212 "parameters": [ |
| (...skipping 744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3968 "parameters": [ | 3957 "parameters": [ |
| 3969 { "name": "value", "type": "array", "items": { "type": "obje
ct" } } | 3958 { "name": "value", "type": "array", "items": { "type": "obje
ct" } } |
| 3970 ] | 3959 ] |
| 3971 }, | 3960 }, |
| 3972 { | 3961 { |
| 3973 "name": "tracingComplete" | 3962 "name": "tracingComplete" |
| 3974 } | 3963 } |
| 3975 ] | 3964 ] |
| 3976 }] | 3965 }] |
| 3977 } | 3966 } |
| OLD | NEW |