diff --git a/source b/source index 692090733c0..2d7effe1d68 100644 --- a/source +++ b/source @@ -101273,7 +101273,7 @@ interface NavigationDestination { state-or-null classicHistoryAPIState (default null), and an optional navigation API method tracker-or-null apiMethodTrackerForNavigateOrReload:

+ data-x="fire-navigate-prr-api-method-tracker">apiMethodTracker:

  1. Let document be navigation's relevant global object's NavigationDestination {

  2. If navigation has entries and events disabled, and - apiMethodTrackerForNavigateOrReload is not null:

    + apiMethodTracker is not null:

      -
    1. Set apiMethodTrackerForNavigateOrReload's

      Set apiMethodTracker's pending to false.

    2. -
    3. Set apiMethodTrackerForNavigateOrReload to null.

    4. +
    5. Set apiMethodTracker to null.

    If navigation has entries and events disabled, then @@ -101453,8 +101453,17 @@ interface NavigationDestination {

-
  • If apiMethodTracker is not null, then set apiMethodTracker's pending to false.

  • +
  • +

    If apiMethodTracker is not null:

    + +
      +
    1. Set navigation's ongoing API method tracker to + apiMethodTracker.

    2. + +
    3. Set apiMethodTracker's pending to false.

    4. +
    +
  • Let navigable be navigation's relevant global object's navigable.