Chromium Code Reviews| Index: Source/devtools/protocol.json |
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
| index 3764e987326dcdee3d97dcb445b1264ca2589f74..5bdbc8ddef923dfafb5fc565b03b9ccb419a9b46 100644 |
| --- a/Source/devtools/protocol.json |
| +++ b/Source/devtools/protocol.json |
| @@ -285,6 +285,7 @@ |
| }, |
| { |
| "name": "getResourceContent", |
| + "async": true, |
|
vsevik
2013/09/13 13:02:39
We don't have blob resources (resources are actual
|
| "description": "Returns content of the given resource.", |
| "parameters": [ |
| { "name": "frameId", "$ref": "FrameId", "description": "Frame id to get resource for." }, |
| @@ -1051,6 +1052,7 @@ |
| }, |
| { |
| "name": "getResponseBody", |
| + "async": true, |
|
vsevik
2013/09/13 13:02:39
This is a method in public protocol and clients co
|
| "description": "Returns content served for the given request.", |
| "parameters": [ |
| { "name": "requestId", "$ref": "RequestId", "description": "Identifier of the network request to get content for." } |