| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 38d09b0e78624d3e081fc167fd104b933bedd36c..595867f34c523bafd7c3b544aee322fa8c89457f 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -1547,7 +1547,8 @@
|
| { "name": "timestamp", "$ref": "Timestamp", "description": "Timestamp." },
|
| { "name": "type", "$ref": "Page.ResourceType", "description": "Resource type." },
|
| { "name": "errorText", "type": "string", "description": "User friendly error message." },
|
| - { "name": "canceled", "type": "boolean", "optional": true, "description": "True if loading was canceled." }
|
| + { "name": "canceled", "type": "boolean", "optional": true, "description": "True if loading was canceled." },
|
| + { "name": "blocked", "type": "boolean", "optional": true, "description": "True if loading was blocked by inspector." }
|
| ]
|
| },
|
| {
|
|
|