Skip to content

Commit 45c6a69

Browse files
committed
Bump protocol
1 parent c987f16 commit 45c6a69

File tree

4 files changed

+34
-1
lines changed

4 files changed

+34
-1
lines changed

package-lock.json

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

pages/_data/1-3.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2341,6 +2341,7 @@
23412341
"TextTrack",
23422342
"XHR",
23432343
"Fetch",
2344+
"Prefetch",
23442345
"EventSource",
23452346
"WebSocket",
23462347
"Manifest",
@@ -2775,6 +2776,17 @@
27752776
"name": "certificateTransparencyCompliance",
27762777
"description": "Whether the request complied with Certificate Transparency policy",
27772778
"$ref": "CertificateTransparencyCompliance"
2779+
},
2780+
{
2781+
"name": "serverSignatureAlgorithm",
2782+
"description": "The signature algorithm used by the server in the TLS server signature,\nrepresented as a TLS SignatureScheme code point. Omitted if not\napplicable or not known.",
2783+
"optional": true,
2784+
"type": "integer"
2785+
},
2786+
{
2787+
"name": "encryptedClientHello",
2788+
"description": "Whether the connection used Encrypted ClientHello",
2789+
"type": "boolean"
27782790
}
27792791
]
27802792
},

pages/_data/tot.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3818,6 +3818,13 @@
38183818
"items": {
38193819
"$ref": "CSSKeyframesRule"
38203820
}
3821+
},
3822+
{
3823+
"name": "parentLayoutNodeId",
3824+
"description": "Id of the first parent element that does not have display: contents.",
3825+
"experimental": true,
3826+
"optional": true,
3827+
"$ref": "DOM.NodeId"
38213828
}
38223829
]
38233830
},
@@ -10663,6 +10670,7 @@
1066310670
"TextTrack",
1066410671
"XHR",
1066510672
"Fetch",
10673+
"Prefetch",
1066610674
"EventSource",
1066710675
"WebSocket",
1066810676
"Manifest",
@@ -11119,6 +11127,17 @@
1111911127
"name": "certificateTransparencyCompliance",
1112011128
"description": "Whether the request complied with Certificate Transparency policy",
1112111129
"$ref": "CertificateTransparencyCompliance"
11130+
},
11131+
{
11132+
"name": "serverSignatureAlgorithm",
11133+
"description": "The signature algorithm used by the server in the TLS server signature,\nrepresented as a TLS SignatureScheme code point. Omitted if not\napplicable or not known.",
11134+
"optional": true,
11135+
"type": "integer"
11136+
},
11137+
{
11138+
"name": "encryptedClientHello",
11139+
"description": "Whether the connection used Encrypted ClientHello",
11140+
"type": "boolean"
1112211141
}
1112311142
]
1112411143
},
@@ -15183,6 +15202,7 @@
1518315202
"screen-wake-lock",
1518415203
"serial",
1518515204
"shared-autofill",
15205+
"shared-storage",
1518615206
"storage-access-api",
1518715207
"sync-xhr",
1518815208
"trust-token-redemption",

pages/tot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There is no backwards compatibility support guaranteed for the capabilities it i
1010

1111
<h5 browser>Latest <a
1212
href="https://github.com/ChromeDevTools/devtools-protocol/blob/master/json/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
13-
<code browser>Date: 2022-06-29 08:28:08 -0700
13+
<code browser>Date: 2022-07-19 04:49:30 +0000
1414
</code>
1515

1616
<h5 js>Latest <a

0 commit comments

Comments
 (0)