Skip to content

Commit 1a11866

Browse files
committed
bump protocol
1 parent 363ff30 commit 1a11866

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

pages/_data/1-3.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3944,6 +3944,11 @@
39443944
"description": "WebTransport request URL.",
39453945
"type": "string"
39463946
},
3947+
{
3948+
"name": "timestamp",
3949+
"description": "Timestamp.",
3950+
"$ref": "MonotonicTime"
3951+
},
39473952
{
39483953
"name": "initiator",
39493954
"description": "Request initiator.",
@@ -3959,6 +3964,11 @@
39593964
"name": "transportId",
39603965
"description": "WebTransport identifier.",
39613966
"$ref": "RequestId"
3967+
},
3968+
{
3969+
"name": "timestamp",
3970+
"description": "Timestamp.",
3971+
"$ref": "MonotonicTime"
39623972
}
39633973
]
39643974
}

pages/_data/tot.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12103,6 +12103,11 @@
1210312103
"description": "WebTransport request URL.",
1210412104
"type": "string"
1210512105
},
12106+
{
12107+
"name": "timestamp",
12108+
"description": "Timestamp.",
12109+
"$ref": "MonotonicTime"
12110+
},
1210612111
{
1210712112
"name": "initiator",
1210812113
"description": "Request initiator.",
@@ -12118,6 +12123,11 @@
1211812123
"name": "transportId",
1211912124
"description": "WebTransport identifier.",
1212012125
"$ref": "RequestId"
12126+
},
12127+
{
12128+
"name": "timestamp",
12129+
"description": "Timestamp.",
12130+
"$ref": "MonotonicTime"
1212112131
}
1212212132
]
1212312133
},

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-02 05:16:13 -0800
13+
<code browser>Date: 2020-12-07 16:16:11 -0800
1414
</code>
1515

1616
<h5 js>Latest <a

0 commit comments

Comments
 (0)