-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make navigate's resource handling more explicit
This in general integrates navigation with Fetch better, reusing Fetch's infrastructure for network errors and for 401 handling. This also removes the speculative 401 features that seem unlikely to ever materialize. This definitely requires more work to actually talk about responses instead of resources, and to more clearly tie it to the "resource" variable from earlier in the navigate algorithm, but since all those interactions are still somewhat unclear this will have to do. See #1352 for plans in that direction. Fixes #511.
- Loading branch information
Showing
1 changed file
with
16 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters