| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 0507f61404d992fadcbf0a7defab17c6b2f492e1..a435493ad9a6fe16008e18fc5bbbca48cbbb423f 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -297,6 +297,7 @@
|
| },
|
| {
|
| "name": "getResourceContent",
|
| + "async": true,
|
| "description": "Returns content of the given resource.",
|
| "parameters": [
|
| { "name": "frameId", "$ref": "FrameId", "description": "Frame id to get resource for." },
|
|
|