|
1 | 1 |
|
2 | 2 |
|
3 | 3 | ## Roll protocol to r1629771 — _2026-05-13T05:38:01.000Z_ |
4 | | -###### Diff: [`f223775...9cd4e93`](https://github.com/ChromeDevTools/devtools-protocol/compare/f223775...9cd4e93) |
| 4 | +###### Diff: [`f223775...bbfe84d`](https://github.com/ChromeDevTools/devtools-protocol/compare/f223775...bbfe84d) |
5 | 5 |
|
6 | 6 | ```diff |
7 | 7 | @@ domains/Audits.pdl:346 @@ experimental domain Audits |
@@ -42920,33 +42920,4 @@ index 4754f17c..8dad9c98 100644 |
42920 | 42920 |
|
42921 | 42921 | # Fired when a prerender attempt is completed. |
42922 | 42922 | event prerenderAttemptCompleted |
42923 | | -``` |
42924 | | - |
42925 | | -## Roll protocol to r1170846 — _2023-07-15T04:27:50.000Z_ |
42926 | | -###### Diff: [`b1cb882...5ed816f`](https://github.com/ChromeDevTools/devtools-protocol/compare/b1cb882...5ed816f) |
42927 | | - |
42928 | | -```diff |
42929 | | -@@ browser_protocol.pdl:10485 @@ domain Fetch |
42930 | | - # takeResponseBodyForInterceptionAsStream. Calling other methods that |
42931 | | - # affect the request or disabling fetch domain before body is received |
42932 | | - # results in an undefined behavior. |
42933 | | -+ # Note that the response body is not available for redirects. Requests |
42934 | | -+ # paused in the _redirect received_ state may be differentiated by |
42935 | | -+ # `responseCode` and presence of `location` response header, see |
42936 | | -+ # comments to `requestPaused` for details. |
42937 | | - command getResponseBody |
42938 | | - parameters |
42939 | | - # Identifier for the intercepted request to get body for. |
42940 | | -@@ -10517,6 +10521,11 @@ domain Fetch |
42941 | | - # The stage of the request can be determined by presence of responseErrorReason |
42942 | | - # and responseStatusCode -- the request is at the response stage if either |
42943 | | - # of these fields is present and in the request stage otherwise. |
42944 | | -+ # Redirect responses and subsequent requests are reported similarly to regular |
42945 | | -+ # responses and requests. Redirect responses may be distinguished by the value |
42946 | | -+ # of `responseStatusCode` (which is one of 301, 302, 303, 307, 308) along with |
42947 | | -+ # presence of the `location` header. Requests resulting from a redirect will |
42948 | | -+ # have `redirectedRequestId` field set. |
42949 | | - event requestPaused |
42950 | | - parameters |
42951 | | - # Each request the page makes will have a unique id. |
42952 | 42923 | ``` |
0 commit comments