devtools-protocol 0.0.1472835 → 0.0.1473367

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14603,6 +14603,11 @@
14603
14603
  "description": "The outer response of signed HTTP exchange which was received from network.",
14604
14604
  "$ref": "Response"
14605
14605
  },
14606
+ {
14607
+ "name": "hasExtraInfo",
14608
+ "description": "Whether network response for the signed exchange was accompanied by\nextra headers.",
14609
+ "type": "boolean"
14610
+ },
14606
14611
  {
14607
14612
  "name": "header",
14608
14613
  "description": "Information about the signed exchange header.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1472835",
3
+ "version": "0.0.1473367",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -6931,6 +6931,9 @@ domain Network
6931
6931
  properties
6932
6932
  # The outer response of signed HTTP exchange which was received from network.
6933
6933
  Response outerResponse
6934
+ # Whether network response for the signed exchange was accompanied by
6935
+ # extra headers.
6936
+ boolean hasExtraInfo
6934
6937
  # Information about the signed exchange header.
6935
6938
  optional SignedExchangeHeader header
6936
6939
  # Security details for the signed exchange header.
@@ -11697,6 +11697,11 @@ export namespace Protocol {
11697
11697
  * The outer response of signed HTTP exchange which was received from network.
11698
11698
  */
11699
11699
  outerResponse: Response;
11700
+ /**
11701
+ * Whether network response for the signed exchange was accompanied by
11702
+ * extra headers.
11703
+ */
11704
+ hasExtraInfo: boolean;
11700
11705
  /**
11701
11706
  * Information about the signed exchange header.
11702
11707
  */