Skip to content

📦 Release @webref/idl@3.74.1#1867

Open
github-actions[bot] wants to merge 1 commit intomainfrom
release-idl-20260310185243358
Open

📦 Release @webref/idl@3.74.1#1867
github-actions[bot] wants to merge 1 commit intomainfrom
release-idl-20260310185243358

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 10, 2026

⚠ 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 2a02973.

🧐 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.74.0. Merging this pull request will release v3.74.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/model-element.idl packages/idl/model-element.idl
--- webref/node_modules/@webref/idl/model-element.idl
+++ packages/idl/model-element.idl
@@ -9,6 +9,11 @@
   readonly attribute Promise<HTMLModelElement> ready;
   readonly attribute DOMPointReadOnly boundingBoxCenter;
   readonly attribute DOMPointReadOnly boundingBoxExtents;
+
   attribute DOMMatrixReadOnly entityTransform;
 
+  attribute USVString environmentMap;
+  readonly attribute Promise<undefined> environmentMapReady;
+
+  [Reflect=stagemode] attribute DOMString stageMode;
 };

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/webrtc.idl packages/idl/webrtc.idl
--- webref/node_modules/@webref/idl/webrtc.idl
+++ packages/idl/webrtc.idl
@@ -497,7 +497,7 @@
 interface RTCSctpTransport : EventTarget {
   readonly attribute RTCDtlsTransport transport;
   readonly attribute RTCSctpTransportState state;
-  readonly attribute unrestricted double maxMessageSize;
+  readonly attribute unrestricted double? maxMessageSize;
   readonly attribute unsigned short? maxChannels;
   attribute EventHandler onstatechange;
 };

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
@@ -18,8 +18,8 @@
   readonly attribute unsigned long maxDatagramSize;
   attribute unrestricted double? incomingMaxAge;
   attribute unrestricted double? outgoingMaxAge;
-  attribute unrestricted double incomingHighWaterMark;
-  attribute unrestricted double outgoingHighWaterMark;
+  attribute unsigned long incomingMaxBufferedDatagrams;
+  attribute unsigned long outgoingMaxBufferedDatagrams;
 };
 
 [Exposed=(Window,Worker), SecureContext]

@github-actions github-actions bot force-pushed the release-idl-20260310185243358 branch 6 times, most recently from 6d9c209 to 6c21cb5 Compare March 12, 2026 00:55
@github-actions github-actions bot force-pushed the release-idl-20260310185243358 branch 20 times, most recently from 7631b05 to d6a9da5 Compare March 16, 2026 18:57
@github-actions github-actions bot force-pushed the release-idl-20260310185243358 branch from d6a9da5 to 679c146 Compare March 17, 2026 01:01
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.

0 participants