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:Let document be navigation's relevant global object's NavigationDestination {
If navigation has entries and events disabled, and
- apiMethodTrackerForNavigateOrReload is not null:
Set apiMethodTrackerForNavigateOrReload's Set apiMethodTracker's pending to false.
Set apiMethodTrackerForNavigateOrReload to null.
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:
+ +Set navigation's ongoing API method tracker to + apiMethodTracker.
Set apiMethodTracker's pending to false.
Let navigable be navigation's relevant global object's navigable.