Skip to content

Commit a474a57

Browse files
committed
bump protocol
1 parent bcae90d commit a474a57

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

pages/_data/tot.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,21 @@
13411341
}
13421342
]
13431343
},
1344+
{
1345+
"id": "SharedArrayBufferTransferIssueDetails",
1346+
"description": "Details for a request that has been blocked with the BLOCKED_BY_RESPONSE\ncode. Currently only used for COEP/COOP, but may be extended to include\nsome CSP errors in the future.",
1347+
"type": "object",
1348+
"properties": [
1349+
{
1350+
"name": "sourceCodeLocation",
1351+
"$ref": "SourceCodeLocation"
1352+
},
1353+
{
1354+
"name": "isWarning",
1355+
"type": "boolean"
1356+
}
1357+
]
1358+
},
13441359
{
13451360
"id": "InspectorIssueCode",
13461361
"description": "A unique identifier for the type of issue. Each type may use one of the\noptional fields in InspectorIssueDetails to convey more specific\ninformation about the kind of issue.",
@@ -1350,7 +1365,8 @@
13501365
"MixedContentIssue",
13511366
"BlockedByResponseIssue",
13521367
"HeavyAdIssue",
1353-
"ContentSecurityPolicyIssue"
1368+
"ContentSecurityPolicyIssue",
1369+
"SharedArrayBufferTransferIssue"
13541370
]
13551371
},
13561372
{
@@ -1382,6 +1398,11 @@
13821398
"name": "contentSecurityPolicyIssueDetails",
13831399
"optional": true,
13841400
"$ref": "ContentSecurityPolicyIssueDetails"
1401+
},
1402+
{
1403+
"name": "sharedArrayBufferTransferIssueDetails",
1404+
"optional": true,
1405+
"$ref": "SharedArrayBufferTransferIssueDetails"
13851406
}
13861407
]
13871408
},

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://chromium.googlesource.com/chromium/src/+log/master/third_party/blink/renderer/core/inspector/browser_protocol.json">browser_protocol.json</a> version updated:</h5>
13-
<code browser>Date: 2020-12-11 05:16:22 -0800
13+
<code browser>Date: 2020-12-16 11:16:09 -0800
1414
</code>
1515

1616
<h5 js>Latest <a

search_index/tot.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)