Skip to content

Commit 69048f1

Browse files
committed
bump protocol
1 parent af3a08f commit 69048f1

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

pages/_data/tot.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16358,6 +16358,22 @@
1635816358
"type": "number"
1635916359
}
1636016360
]
16361+
},
16362+
{
16363+
"id": "TrustTokens",
16364+
"description": "Pair of issuer origin and number of available (signed, but not used) Trust\nTokens from that issuer.",
16365+
"experimental": true,
16366+
"type": "object",
16367+
"properties": [
16368+
{
16369+
"name": "issuerOrigin",
16370+
"type": "string"
16371+
},
16372+
{
16373+
"name": "count",
16374+
"type": "number"
16375+
}
16376+
]
1636116377
}
1636216378
],
1636316379
"commands": [
@@ -16528,6 +16544,20 @@
1652816544
"type": "string"
1652916545
}
1653016546
]
16547+
},
16548+
{
16549+
"name": "getTrustTokens",
16550+
"description": "Returns the number of stored Trust Tokens per issuer for the\ncurrent browsing context.",
16551+
"experimental": true,
16552+
"returns": [
16553+
{
16554+
"name": "tokens",
16555+
"type": "array",
16556+
"items": {
16557+
"$ref": "TrustTokens"
16558+
}
16559+
}
16560+
]
1653116561
}
1653216562
],
1653316563
"events": [

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: 2021-01-20 12:16:06 -0800
13+
<code browser>Date: 2021-01-21 01:16:18 -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)