Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ As part of calling `event.intercept()` to [intercept a navigation](#navigation-m

- `navigationType`: either `"reload"`, `"push"`, `"replace"`, or `"traverse"` indicating what type of navigation this is
- `from`: the `NavigationHistoryEntry` that was the current one before the transition
- `to`: the `NavigationDestination` of the transition. This could differ from the current URL if a `precommitHandler` has called `precommitController.redirect()`.
- `finished`: a promise which fulfills with undefined when the `navigatesuccess` event fires on `navigation`, or rejects with the corresponding error when the `navigateerror` event fires on `navigation`

#### Example: handling failed navigations
Expand Down