Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1282)

Unified Diff: Source/devtools/protocol.json

Issue 23658039: [ABANDONED] Get content of resources from Blob when the downloadToFile option is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/inspector/NetworkResourcesData.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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." }
« no previous file with comments | « Source/core/inspector/NetworkResourcesData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698