You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -820,7 +820,7 @@ Between the per-`AppHistoryEntry` events and the `window.appHistory` events, as
820
820
1. `appHistory.current.finished` stays `false`, and `appHistory.current` never fires the `finish` event.
821
821
1. `navigateerror` fires on `window.appHistory` with an `"AbortError"` `DOMException` as its `error` property.
822
822
1. Any loading spinner UI stops. (But potentially restarts, or maybe doesn't stop at all, if the navigation was aborted due to a second navigation starting.)
823
-
1. If the process was initiated by a call to an `appHistory`API that returns a promise, then that promise gets rejected with the same with an `"AbortError"``DOMException`.
823
+
1. If the process was initiated by a call to an `appHistory`API that returns a promise, then that promise gets rejected with the same `"AbortError"``DOMException`.
824
824
825
825
For more detailed analysis, including specific code examples, see [this dedicated document](./interception-details.md).
0 commit comments