Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change NavigationInterceptOptions's handler to return Promise<void> instead of Promise<undefined>. The latter is a little awkward, requiring an explicit `return undefined` at times. * Make info optional on NavigateEvent, to reflect that it is sometimes undefined.
- Loading branch information