DevTools: Clarify chrome.debugger API documentation

BUG=364292

Review URL: https://codereview.chromium.org/240283011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266355 0039d316-1c4b-4281-b951-d872f2087c98
parent 67783d7e
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
"name": "result", "name": "result",
"optional": true, "optional": true,
"additionalProperties": { "type": "any" }, "additionalProperties": { "type": "any" },
"description": "JSON object with the response. Structure of the response varies depending on the method and is defined by the remote debugging protocol." "description": "JSON object with the response. Structure of the response varies depending on the method name and is defined by the 'returns' attribute of the command description in the remote debugging protocol."
} }
], ],
"description": "Response body. If an error occurs while posting the message, the callback will be called with no arguments and $(ref:runtime.lastError) will be set to the error message." "description": "Response body. If an error occurs while posting the message, the callback will be called with no arguments and $(ref:runtime.lastError) will be set to the error message."
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
"name": "params", "name": "params",
"optional": true, "optional": true,
"additionalProperties": { "type": "any" }, "additionalProperties": { "type": "any" },
"description": "JSON object with the response. Structure of the response varies depending on the method and is defined by the remote debugging protocol." "description": "JSON object with the parameters. Structure of the parameters varies depending on the method name and is defined by the 'parameters' attribute of the event description in the remote debugging protocol."
} }
] ]
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment