forked from tektoncd/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass AbortSignal to fetch to allow for cancelling in-flight requests …
…on navigation TanStack Query provides an `AbortSignal` instance to the query function which can in turn be provided to `fetch` to cancel in-flight requests when the response is no longer required, e.g. incomplete API calls in progress when the user navigates to a different page.
- Loading branch information
1 parent
38a77eb
commit 68feae1
Showing
2 changed files
with
4 additions
and
3 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
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