diff --git a/source b/source index 100eabcbb68..c20f709b0e7 100644 --- a/source +++ b/source @@ -100534,8 +100534,9 @@ location.href = '#foo'; data-x="tn-current-session-history-step">current session history step.

  • Return the result of applying the history - step step to traversable given false, null, null, null, and - null.

  • + step step to traversable given false as checkForCancelation, + null as sourceSnapshotParams, null as initiatorToCheck, + null as userInvolvementForNavigateEvents, and null as navigationType.

    To apply the push/replace history step given a non-negative integer step @@ -100544,8 +100545,10 @@ location.href = '#foo';

    1. Return the result of applying the history - step step to traversable given false, null, null, null, and - historyHandling.

    2. + step step to traversable given false as checkForCancelation, + null as sourceSnapshotParams, null as initiatorToCheck, + null as userInvolvementForNavigateEvents, and historyHandling as + navigationType.

    Apply the push/replace history step never passes source @@ -100561,8 +100564,10 @@ location.href = '#foo'; data-x="tn-current-session-history-step">current session history step.

  • Return the result of applying the history - step step to traversable given true, null, null, null, - and "reload".

  • + step step to traversable given true as checkForCancelation, + null as sourceSnapshotParams, null as initiatorToCheck, + null as userInvolvementForNavigateEvents, and + "reload" as navigationType.

    Apply the reload history step never passes source snapshot @@ -100577,10 +100582,10 @@ location.href = '#foo';

    1. Return the result of applying the history - step step to traversable given true, + step step to traversable given true as checkForCancelation, sourceSnapshotParams, initiatorToCheck, - userInvolvement, and "traverse".

    2. + userInvolvement as userInvolvementForNavigateEvents, and "traverse" as navigationType.