diff --git a/source b/source index 83df5967653..31b7df93882 100644 --- a/source +++ b/source @@ -101702,6 +101702,10 @@ const p2 = navigation.navigate(url2).finished;
  • Set navigation's ongoing navigate event to null.

  • +
  • If navigation's ongoing API method tracker is non-null, then + reject the finished promise for apiMethodTracker with + reason.

  • +
  • Signal abort on event's abort controller given reason.

  • @@ -101718,10 +101722,6 @@ const p2 = navigation.navigate(url2).finished; 0.

    -
  • If navigation's ongoing API method tracker is non-null, then - reject the finished promise for apiMethodTracker with - reason.

  • -
  • Fire an event named navigateerror at navigation using ErrorEvent, with additional attributes initialized according to @@ -103381,11 +103381,11 @@ interface NavigationDestination {

  • Set navigation's ongoing navigate event to null.

  • -
  • Finish event given true.

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

  • +
  • Finish event given true.

  • +
  • Fire an event named navigatesuccess at navigation.