| Index: content/browser/devtools/protocol_config.json
|
| diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json
|
| index 9ec0d2816f9e5964867a6e61aa1abcfe8ab2bbca..1757adece15b57b7e937d484865e2b06e609a721 100644
|
| --- a/content/browser/devtools/protocol_config.json
|
| +++ b/content/browser/devtools/protocol_config.json
|
| @@ -37,10 +37,11 @@
|
| },
|
| {
|
| "domain": "Network",
|
| - "include": ["enable", "disable", "clearBrowserCache", "clearBrowserCookies", "getCookies", "getAllCookies", "deleteCookie", "setCookie", "setUserAgentOverride", "canEmulateNetworkConditions"],
|
| - "include_types": ["CookieSameSite", "Cookie", "Response", "Headers", "Request", "ResourceTiming", "SecurityDetails", "SignedCertificateTimestamp", "Initiator", "ResourcePriority", "RequestWillBeSentNotification", "ResponseReceivedNotification", "LoadingFinishedNotification", "LoadingFailedNotification", "RequestWillBeSentNotification"],
|
| - "include_events": ["requestWillBeSent", "responseReceived", "loadingFinished", "loadingFailed"],
|
| - "async": ["clearBrowserCookies", "getCookies", "getAllCookies", "deleteCookie", "setCookie"]
|
| + "include": ["enable", "disable", "clearBrowserCache", "clearBrowserCookies", "getCookies", "getAllCookies", "deleteCookie", "setCookie", "setUserAgentOverride", "canEmulateNetworkConditions", "enableFetchInterception", "continueRequest"],
|
| + "include_types": ["CookieSameSite", "Cookie", "Response", "Headers", "Request", "ResourceTiming", "SecurityDetails", "SignedCertificateTimestamp", "Initiator", "ResourcePriority", "RequestWillBeSentNotification", "ResponseReceivedNotification", "LoadingFinishedNotification", "LoadingFailedNotification", "RequestWillBeSentNotification",
|
| + "ErrorReason", "RequestInterceptedNotification"],
|
| + "include_events": ["requestWillBeSent", "responseReceived", "loadingFinished", "loadingFailed", "requestIntercepted"],
|
| + "async": ["clearBrowserCookies", "getCookies", "getAllCookies", "deleteCookie", "setCookie", "continueRequest"]
|
| },
|
| {
|
| "domain": "Page",
|
|
|