File tree Expand file tree Collapse file tree 5 files changed +31
-16
lines changed
Expand file tree Collapse file tree 5 files changed +31
-16
lines changed Original file line number Diff line number Diff line change 11
22
3+ ## Roll protocol to r1473367 — _2025-06-13T04:31:57.000Z_
4+ ###### Diff: [`8991629...e076b98`](https://github.com/ChromeDevTools/devtools-protocol/compare/8991629...e076b98)
5+
6+ ```diff
7+ @@ browser_protocol.pdl:6931 @@ domain Network
8+ properties
9+ # The outer response of signed HTTP exchange which was received from network.
10+ Response outerResponse
11+ + # Whether network response for the signed exchange was accompanied by
12+ + # extra headers.
13+ + boolean hasExtraInfo
14+ # Information about the signed exchange header.
15+ optional SignedExchangeHeader header
16+ # Security details for the signed exchange header.
17+ ```
18+
319## Roll protocol to r1472835 — _2025-06-12T04:31:40.000Z_
4- ###### Diff: [`0d84894...3be4b55 `](https://github.com/ChromeDevTools/devtools-protocol/compare/0d84894...3be4b55 )
20+ ###### Diff: [`0d84894...8991629 `](https://github.com/ChromeDevTools/devtools-protocol/compare/0d84894...8991629 )
521
622```diff
723@@ browser_protocol.pdl:8653 @@ domain Page
@@ -14004,18 +14020,4 @@ index 8d8211b..2d56043 100644
1400414020 LocalCSSFileExtensionRejected
1400514021 MediaSourceAbortRemove
1400614022 MediaSourceDurationTruncatingBuffered
14007- ```
14008-
14009- ## Roll protocol to r1047822 — _2022-09-16T04:59:17.000Z_
14010- ###### Diff: [`3c081bc...f628653`](https://github.com/ChromeDevTools/devtools-protocol/compare/3c081bc...f628653)
14011-
14012- ```diff
14013- @@ browser_protocol.pdl:8467 @@ domain Page
14014- FailToGetMemoryUsage
14015- DataSaverEnabled
14016- HasEffectiveUrl
14017- + ActivatedBeforeStarted
14018-
14019- # Fired when a prerender attempt is completed.
14020- experimental event prerenderAttemptCompleted
1402114023```
Original file line number Diff line number Diff line change 1460314603 "description": "The outer response of signed HTTP exchange which was received from network.",
1460414604 "$ref": "Response"
1460514605 },
14606+ {
14607+ "name": "hasExtraInfo",
14608+ "description": "Whether network response for the signed exchange was accompanied by\nextra headers.",
14609+ "type": "boolean"
14610+ },
1460614611 {
1460714612 "name": "header",
1460814613 "description": "Information about the signed exchange header.",
Original file line number Diff line number Diff line change 11{
22 "name" : " devtools-protocol" ,
3- "version" : " 0.0.1472835 " ,
3+ "version" : " 0.0.1473367 " ,
44 "description" : " The Chrome DevTools Protocol JSON" ,
55 "repository" : " https://github.com/ChromeDevTools/devtools-protocol" ,
66 "author" : " The Chromium Authors" ,
Original file line number Diff line number Diff line change @@ -6931,6 +6931,9 @@ domain Network
69316931 properties
69326932 # The outer response of signed HTTP exchange which was received from network.
69336933 Response outerResponse
6934+ # Whether network response for the signed exchange was accompanied by
6935+ # extra headers.
6936+ boolean hasExtraInfo
69346937 # Information about the signed exchange header.
69356938 optional SignedExchangeHeader header
69366939 # Security details for the signed exchange header.
Original file line number Diff line number Diff line change @@ -11697,6 +11697,11 @@ export namespace Protocol {
1169711697 * The outer response of signed HTTP exchange which was received from network.
1169811698 */
1169911699 outerResponse: Response;
11700+ /**
11701+ * Whether network response for the signed exchange was accompanied by
11702+ * extra headers.
11703+ */
11704+ hasExtraInfo: boolean;
1170011705 /**
1170111706 * Information about the signed exchange header.
1170211707 */
You can’t perform that action at this time.
0 commit comments