Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 2, 2025

⚠ NEVER add commits to this pull request.

πŸ€– This pull request was automatically created to facilitate human review of @webref/idl changes triggered by curated data at 4fb65e9.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

πŸ“¦ Latest released @webref/idl package was v3.69.0. Merging this pull request will release v3.69.1. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

πŸ›ˆ The actual change introduced by this pull request is a version bump in packages/idl/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/webcrypto-modern-algos.idl packages/idl/webcrypto-modern-algos.idl
--- webref/node_modules/@webref/idl/webcrypto-modern-algos.idl
+++ packages/idl/webcrypto-modern-algos.idl
@@ -59,7 +59,7 @@
 };
 
 partial dictionary JsonWebKey {
-  // The following fields are defined in draft-ietf-cose-dilithium-07
+  // The following fields are defined in draft-ietf-cose-dilithium-08
   DOMString pub;
   DOMString priv;
 };

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/webtransport.idl packages/idl/webtransport.idl
--- webref/node_modules/@webref/idl/webtransport.idl
+++ packages/idl/webtransport.idl
@@ -62,14 +62,14 @@
 };
 
 dictionary WebTransportHash {
-  DOMString algorithm;
-  BufferSource value;
+  required DOMString algorithm;
+  required BufferSource value;
 };
 
 dictionary WebTransportOptions {
   boolean allowPooling = false;
   boolean requireUnreliable = false;
-  sequence<WebTransportHash> serverCertificateHashes;
+  sequence<WebTransportHash> serverCertificateHashes = [];
   WebTransportCongestionControl congestionControl = "default";
   [EnforceRange] unsigned short? anticipatedConcurrentIncomingUnidirectionalStreams = null;
   [EnforceRange] unsigned short? anticipatedConcurrentIncomingBidirectionalStreams = null;
@@ -100,25 +100,25 @@
 };
 
 dictionary WebTransportConnectionStats {
-  unsigned long long bytesSent = 0;
-  unsigned long long packetsSent = 0;
-  unsigned long long bytesLost = 0;
-  unsigned long long packetsLost = 0;
-  unsigned long long bytesReceived = 0;
-  unsigned long long packetsReceived = 0;
-  required DOMHighResTimeStamp smoothedRtt;
-  required DOMHighResTimeStamp rttVariation;
-  required DOMHighResTimeStamp minRtt;
+  unsigned long long bytesSent;
+  unsigned long long packetsSent;
+  unsigned long long bytesLost;
+  unsigned long long packetsLost;
+  unsigned long long bytesReceived;
+  unsigned long long packetsReceived;
+  DOMHighResTimeStamp smoothedRtt;
+  DOMHighResTimeStamp rttVariation;
+  DOMHighResTimeStamp minRtt;
   required WebTransportDatagramStats datagrams;
   unsigned long long? estimatedSendRate = null;
   boolean atSendCapacity = false;
 };
 
 dictionary WebTransportDatagramStats {
-  unsigned long long droppedIncoming = 0;
-  unsigned long long expiredIncoming = 0;
-  unsigned long long expiredOutgoing = 0;
-  unsigned long long lostOutgoing = 0;
+  unsigned long long droppedIncoming;
+  unsigned long long expiredIncoming;
+  unsigned long long expiredOutgoing;
+  unsigned long long lostOutgoing;
 };
 
 [Exposed=(Window,Worker), SecureContext, Transferable]
@@ -130,9 +130,9 @@
 };
 
 dictionary WebTransportSendStreamStats {
-  unsigned long long bytesWritten = 0;
-  unsigned long long bytesSent = 0;
-  unsigned long long bytesAcknowledged = 0;
+  unsigned long long bytesWritten;
+  unsigned long long bytesSent;
+  unsigned long long bytesAcknowledged;
 };
 
 [Exposed=(Window,Worker), SecureContext]
@@ -146,8 +146,8 @@
 };
 
 dictionary WebTransportReceiveStreamStats {
-  unsigned long long bytesReceived = 0;
-  unsigned long long bytesRead = 0;
+  unsigned long long bytesReceived;
+  unsigned long long bytesRead;
 };
 
 [Exposed=(Window,Worker), SecureContext]

@github-actions github-actions bot force-pushed the release-idl-20251202125424935 branch 2 times, most recently from 3d95390 to 135dfc4 Compare December 3, 2025 00:59
@github-actions github-actions bot force-pushed the release-idl-20251202125424935 branch from 135dfc4 to 4263c5d Compare December 3, 2025 06:51
@tidoust tidoust merged commit 70625e4 into main Dec 3, 2025
@tidoust tidoust deleted the release-idl-20251202125424935 branch December 3, 2025 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants