Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 3, 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 cbf5a8e.

🧐 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.1. Merging this pull request will release v3.69.2. 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/html.idl packages/idl/html.idl
--- webref/node_modules/@webref/idl/html.idl
+++ packages/idl/html.idl
@@ -1624,7 +1624,7 @@
   DOMString? getName(CustomElementConstructor constructor);
   Promise<CustomElementConstructor> whenDefined(DOMString name);
   [CEReactions] undefined upgrade(Node root);
-  undefined initialize(Node root);
+  [CEReactions] undefined initialize(Node root);
 };
 
 callback CustomElementConstructor = HTMLElement ();
@@ -1807,6 +1807,18 @@
   [CEReactions] attribute DOMString popoverTargetAction;
 };
 
+[Exposed=*]
+interface Origin {
+  constructor();
+
+  static Origin from(any value);
+
+  readonly attribute boolean opaque;
+
+  boolean isSameOrigin(Origin other);
+  boolean isSameSite(Origin other);
+};
+
 [Global=Window,
  Exposed=Window,
  LegacyUnenumerableNamedProperties]
@@ -1985,6 +1997,7 @@
 interface NavigationTransition {
   readonly attribute NavigationType navigationType;
   readonly attribute NavigationHistoryEntry from;
+  readonly attribute NavigationDestination to;
   readonly attribute Promise<undefined> committed;
   readonly attribute Promise<undefined> finished;
 };

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/idl/navigation-timing.idl packages/idl/navigation-timing.idl
--- webref/node_modules/@webref/idl/navigation-timing.idl
+++ packages/idl/navigation-timing.idl
@@ -17,6 +17,7 @@
     readonly        attribute unsigned short       redirectCount;
     readonly        attribute DOMHighResTimeStamp  criticalCHRestart;
     readonly        attribute NotRestoredReasons?  notRestoredReasons;
+    readonly        attribute PerformanceTimingConfidence confidence;
     [Default] object toJSON();
 };
 
@@ -27,6 +28,18 @@
 };
 
 [Exposed=Window]
+interface PerformanceTimingConfidence {
+    readonly attribute double randomizedTriggerRate;
+    readonly attribute PerformanceTimingConfidenceValue value;
+    object toJSON();
+};
+
+enum PerformanceTimingConfidenceValue {
+  "high",
+  "low"
+};
+
+[Exposed=Window]
 interface PerformanceTiming {
   readonly attribute unsigned long long navigationStart;
   readonly attribute unsigned long long unloadEventStart;

@github-actions github-actions bot force-pushed the release-idl-20251203125425264 branch 2 times, most recently from cb7d7c6 to caa97dc Compare December 4, 2025 01:00
@github-actions github-actions bot force-pushed the release-idl-20251203125425264 branch 10 times, most recently from f66539f to f45d57e Compare December 6, 2025 12:52
@github-actions github-actions bot force-pushed the release-idl-20251203125425264 branch from f45d57e to a798cfb Compare December 6, 2025 18:49
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.

1 participant