diff --git a/source b/source index fd018b599ac..6d7b20c4cd5 100644 --- a/source +++ b/source @@ -95198,6 +95198,9 @@ interface NavigationDestination {
  • Fire an event named navigatesuccess at navigation.

  • +
  • If apiMethodTracker is non-null, then resolve the finished + promise for apiMethodTracker.

  • +
  • If navigation's transition is not null, then resolve navigation's transition's @@ -95206,9 +95209,6 @@ interface NavigationDestination {

  • Set navigation's transition to null.

  • - -
  • If apiMethodTracker is non-null, then resolve the finished - promise for apiMethodTracker.

  • and the following failure steps given reason rejectionReason:

    @@ -95238,6 +95238,9 @@ interface NavigationDestination { ErrorEvent, with additional attributes initialized according to errorInfo.

    +
  • If apiMethodTracker is non-null, then reject the finished + promise for apiMethodTracker with rejectionReason.

  • +
  • If navigation's transition is not null, then reject navigation's transition's @@ -95246,9 +95249,6 @@ interface NavigationDestination {

  • Set navigation's transition to null.

  • - -
  • If apiMethodTracker is non-null, then reject the finished - promise for apiMethodTracker with rejectionReason.