Skip to content

Commit 121faab

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.6.
1 parent bf2d185 commit 121faab

File tree

4 files changed

+52
-16
lines changed

4 files changed

+52
-16
lines changed

ed/dfns/webtransport.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2811,6 +2811,26 @@
28112811
},
28122812
"definedIn": "dt"
28132813
},
2814+
{
2815+
"id": "dom-webtransportconnectionstats-atsendcapacity",
2816+
"href": "https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-atsendcapacity",
2817+
"linkingText": [
2818+
"atSendCapacity"
2819+
],
2820+
"localLinkingText": [],
2821+
"type": "dict-member",
2822+
"for": [
2823+
"WebTransportConnectionStats"
2824+
],
2825+
"access": "public",
2826+
"informative": false,
2827+
"heading": {
2828+
"id": "title",
2829+
"href": "https://w3c.github.io/webtransport/#title",
2830+
"title": "WebTransport"
2831+
},
2832+
"definedIn": "dt"
2833+
},
28142834
{
28152835
"id": "dictdef-webtransportdatagramstats",
28162836
"href": "https://w3c.github.io/webtransport/#dictdef-webtransportdatagramstats",

ed/idl/webtransport.idl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ dictionary WebTransportConnectionStats {
9696
required DOMHighResTimeStamp rttVariation;
9797
required DOMHighResTimeStamp minRtt;
9898
required WebTransportDatagramStats datagrams;
99-
required unsigned long long? estimatedSendRate;
99+
unsigned long long? estimatedSendRate = null;
100+
boolean atSendCapacity = false;
100101
};
101102

102103
dictionary WebTransportDatagramStats {

ed/ids/webtransport.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,6 +1499,8 @@
14991499
"https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-datagrams",
15001500
"https://w3c.github.io/webtransport/#ref-for-idl-unsigned-long-long%E2%91%A5",
15011501
"https://w3c.github.io/webtransport/#ref-for-dom-webtransportconnectionstats-estimatedsendrate",
1502+
"https://w3c.github.io/webtransport/#ref-for-idl-boolean%E2%91%A7",
1503+
"https://w3c.github.io/webtransport/#ref-for-dom-webtransportconnectionstats-atsendcapacity",
15021504
"https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-bytessent",
15031505
"https://w3c.github.io/webtransport/#infopanel-for-dom-webtransportconnectionstats-bytessent",
15041506
"https://w3c.github.io/webtransport/#infopaneltitle-for-dom-webtransportconnectionstats-bytessent",
@@ -1567,6 +1569,19 @@
15671569
"https://w3c.github.io/webtransport/#ref-for-idl-unsigned-long-long%E2%91%A0%E2%91%A2",
15681570
"https://w3c.github.io/webtransport/#ref-for-protocol-webtransport-session%E2%91%A1%E2%91%A4",
15691571
"https://w3c.github.io/webtransport/#ref-for-dom-webtransport-congestioncontrol%E2%91%A0",
1572+
"https://w3c.github.io/webtransport/#dom-webtransportconnectionstats-atsendcapacity",
1573+
"https://w3c.github.io/webtransport/#infopanel-for-dom-webtransportconnectionstats-atsendcapacity",
1574+
"https://w3c.github.io/webtransport/#infopaneltitle-for-dom-webtransportconnectionstats-atsendcapacity",
1575+
"https://w3c.github.io/webtransport/#infopanel-for-dom-webtransportconnectionstats-atsendcapacity",
1576+
"https://w3c.github.io/webtransport/#infopaneltitle-for-dom-webtransportconnectionstats-atsendcapacity",
1577+
"https://w3c.github.io/webtransport/#ref-for-idl-boolean%E2%91%A8",
1578+
"https://w3c.github.io/webtransport/#ref-for-dom-webtransportconnectionstats-estimatedsendrate%E2%91%A0",
1579+
"https://w3c.github.io/webtransport/#ref-for-dom-webtransportconnectionstats-estimatedsendrate%E2%91%A1",
1580+
"https://w3c.github.io/webtransport/#ref-for-dom-webtransportconnectionstats-atsendcapacity%E2%91%A0",
1581+
"https://w3c.github.io/webtransport/#ref-for-dom-webtransportconnectionstats-estimatedsendrate%E2%91%A2",
1582+
"https://w3c.github.io/webtransport/#ref-for-dom-webtransportconnectionstats-estimatedsendrate%E2%91%A3",
1583+
"https://w3c.github.io/webtransport/#ref-for-dom-webtransportconnectionstats-estimatedsendrate%E2%91%A4",
1584+
"https://w3c.github.io/webtransport/#ref-for-dom-webtransportconnectionstats-atsendcapacity%E2%91%A1",
15701585
"https://w3c.github.io/webtransport/#web-transport-datagram-stats",
15711586
"https://w3c.github.io/webtransport/#dictdef-webtransportdatagramstats",
15721587
"https://w3c.github.io/webtransport/#infopanel-for-dictdef-webtransportdatagramstats",

ed/index.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2024-10-08T18:42:34.668Z",
4+
"date": "2024-10-09T00:51:32.794Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -13825,11 +13825,11 @@
1382513825
],
1382613826
"crawled": "https://wicg.github.io/turtledove/",
1382713827
"crawlCacheInfo": {
13828-
"lastModified": "Tue, 01 Oct 2024 22:38:57 GMT"
13828+
"lastModified": "Tue, 08 Oct 2024 19:55:28 GMT"
1382913829
},
1383013830
"generator": "bikeshed",
13831-
"date": "1 October 2024",
13832-
"revision": "840355a4e31ab02ed933f2a73115896da896c038",
13831+
"date": "8 October 2024",
13832+
"revision": "13494202f43bdc05dcbdd653a17a4bdaba652f6b",
1383313833
"algorithms": "algorithms/turtledove.json",
1383413834
"links": "links/turtledove.json",
1383513835
"refs": "refs/turtledove.json",
@@ -14853,7 +14853,7 @@
1485314853
],
1485414854
"crawled": "https://httpwg.org/specs/rfc6266.html",
1485514855
"crawlCacheInfo": {
14856-
"lastModified": "Tue, 08 Oct 2024 02:13:06 GMT"
14856+
"lastModified": "Tue, 08 Oct 2024 02:13:07 GMT"
1485714857
},
1485814858
"date": "8 October 2024",
1485914859
"links": "links/rfc6266.json",
@@ -15218,7 +15218,7 @@
1521815218
],
1521915219
"crawled": "https://httpwg.org/specs/rfc7616.html",
1522015220
"crawlCacheInfo": {
15221-
"lastModified": "Tue, 08 Oct 2024 02:13:06 GMT"
15221+
"lastModified": "Tue, 08 Oct 2024 02:13:07 GMT"
1522215222
},
1522315223
"date": "8 October 2024",
1522415224
"links": "links/rfc7616.json",
@@ -15912,7 +15912,7 @@
1591215912
],
1591315913
"crawled": "https://httpwg.org/specs/rfc9113.html",
1591415914
"crawlCacheInfo": {
15915-
"lastModified": "Tue, 08 Oct 2024 02:13:06 GMT"
15915+
"lastModified": "Tue, 08 Oct 2024 02:13:07 GMT"
1591615916
},
1591715917
"date": "8 October 2024",
1591815918
"links": "links/rfc9113.json",
@@ -29493,11 +29493,11 @@
2949329493
],
2949429494
"crawled": "https://w3c.github.io/openscreenprotocol/",
2949529495
"crawlCacheInfo": {
29496-
"lastModified": "Mon, 07 Oct 2024 21:12:41 GMT"
29496+
"lastModified": "Tue, 08 Oct 2024 23:18:00 GMT"
2949729497
},
2949829498
"generator": "bikeshed",
29499-
"date": "7 October 2024",
29500-
"revision": "3426640ce02ad79a1e5203c43a4cf6c6f83e273a",
29499+
"date": "8 October 2024",
29500+
"revision": "886800d8b5e5bc509638a88eb5e56383e02333fa",
2950129501
"algorithms": "algorithms/openscreenprotocol.json",
2950229502
"links": "links/openscreenprotocol.json",
2950329503
"refs": "refs/openscreenprotocol.json",
@@ -36437,11 +36437,11 @@
3643736437
],
3643836438
"crawled": "https://w3c.github.io/webtransport/",
3643936439
"crawlCacheInfo": {
36440-
"lastModified": "Mon, 07 Oct 2024 18:47:40 GMT"
36440+
"lastModified": "Tue, 08 Oct 2024 23:24:39 GMT"
3644136441
},
3644236442
"generator": "bikeshed",
36443-
"date": "7 October 2024",
36444-
"revision": "5690b863f65fd154927b4006cb556d93e62bbaf4",
36443+
"date": "8 October 2024",
36444+
"revision": "3a324bf5a7684a9f61b27dee68d98365301896a4",
3644536445
"algorithms": "algorithms/webtransport.json",
3644636446
"links": "links/webtransport.json",
3644736447
"refs": "refs/webtransport.json",
@@ -37729,7 +37729,7 @@
3772937729
],
3773037730
"crawled": "https://httpwg.org/specs/rfc7232.html",
3773137731
"crawlCacheInfo": {
37732-
"lastModified": "Tue, 08 Oct 2024 02:13:06 GMT"
37732+
"lastModified": "Tue, 08 Oct 2024 02:13:07 GMT"
3773337733
},
3773437734
"date": "8 October 2024",
3773537735
"algorithms": "algorithms/rfc7232.json",
@@ -37783,7 +37783,7 @@
3778337783
],
3778437784
"crawled": "https://httpwg.org/specs/rfc7233.html",
3778537785
"crawlCacheInfo": {
37786-
"lastModified": "Tue, 08 Oct 2024 02:13:06 GMT"
37786+
"lastModified": "Tue, 08 Oct 2024 02:13:07 GMT"
3778737787
},
3778837788
"date": "8 October 2024",
3778937789
"links": "links/rfc7233.json",

0 commit comments

Comments
 (0)