diff --git a/source b/source index a89f18aad87..452eeedcb6c 100644 --- a/source +++ b/source @@ -96378,15 +96378,15 @@ 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 + error.
Fire an event named navigateerror
at navigation using
ErrorEvent
, with additional attributes initialized according to
errorInfo.
If navigation's ongoing API method tracker is non-null, then - reject the finished promise for apiMethodTracker with - error.
If navigation's transition is not null, then:
@@ -97242,7 +97242,7 @@ interface NavigationDestination {If there is an ongoing cross-document navigation, this means it will signaled to the +
If there is an ongoing cross-document navigation, this means it will be signaled to the
navigation API as aborted, e.g., by firing navigateerror
events. This is somewhat accurate, since
the next navigation the Document
experiences will be this same-document
@@ -97720,12 +97720,12 @@ interface NavigationDestination {
Finish event given true.
Fire an event named navigatesuccess
at navigation.
If apiMethodTracker is non-null, then resolve the finished promise for apiMethodTracker.
Fire an event named navigatesuccess
at navigation.
If navigation's transition is not null, then resolve navigation's transition's @@ -97759,14 +97759,14 @@ interface NavigationDestination {
Let errorInfo be the result of extracting error information from rejectionReason.
If apiMethodTracker is non-null, then reject the finished + promise for apiMethodTracker with rejectionReason.
Fire an event named navigateerror
at navigation using
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