Skip to content

Commit 357026f

Browse files
committed
Roll protocol to r1632630
1 parent bbfe84d commit 357026f

4 files changed

Lines changed: 5 additions & 34 deletions

File tree

changelog.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
## 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)
55

66
```diff
77
@@ domains/Audits.pdl:346 @@ experimental domain Audits
@@ -42920,33 +42920,4 @@ index 4754f17c..8dad9c98 100644
4292042920

4292142921
# Fired when a prerender attempt is completed.
4292242922
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.
4295242923
```

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devtools-protocol",
3-
"version": "0.0.1629771",
3+
"version": "0.0.1632630",
44
"description": "The Chrome DevTools Protocol JSON",
55
"repository": "https://github.com/ChromeDevTools/devtools-protocol",
66
"author": "The Chromium Authors",

scripts/inspector_protocol

Submodule inspector_protocol updated from 874bbc6 to d025eb4

0 commit comments

Comments
 (0)