From ec9bd9a5630a33159f7aaa646784ac09121b4873 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Wed, 1 Jul 2026 11:00:33 +0100 Subject: [PATCH] Navigation API: Save the persisted state before same-document reload Closes web-platform-tests/wpt#60113 --- source | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/source b/source index ca2eaf3a6ce..c57bbe83a8a 100644 --- a/source +++ b/source @@ -103484,10 +103484,17 @@ interface NavigationDestination { data-x="dom-NavigateEvent-navigationType">navigationType.

"reload"
-

Update the navigation API entries for a same-document navigation given - navigation, navigable's active - session history entry, and "reload".

+
+
    +
  1. Save persisted state to navigable's active session history entry.

  2. + +
  3. Update the navigation API entries for a same-document navigation given + navigation, navigable's active + session history entry, and "reload".

  4. +
+
"traverse"