| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index f58b5a35083d504d36081d26cdc1fd95b897b6a6..4956b0e096c41db42c6b2daaf87235f5bbb8a830 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -66,7 +66,7 @@
|
| {
|
| "id": "ResourceType",
|
| "type": "string",
|
| - "enum": ["Document", "Stylesheet", "Image", "Media", "Font", "Script", "TextTrack", "XHR", "WebSocket", "Other"],
|
| + "enum": ["Document", "Stylesheet", "Image", "Media", "Font", "Script", "TextTrack", "XHR", "Fetch", "EventSource", "WebSocket", "Other"],
|
| "description": "Resource type as it was perceived by the rendering engine."
|
| },
|
| {
|
|
|