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
Currently the new js.Fetch can only take a max wait time through FetchMaxWait. I have a use case where I want to cancel my fetch (and return whatever has been fetched) as soon as the context has been cancelled. This would allows better control and intergation with calling function that has a context that passed in.
Use case
Better integration with other components that works with Context.
Contribution
sure thing.
The text was updated successfully, but these errors were encountered:
Proposed change
Currently the new
js.Fetch
can only take a max wait time throughFetchMaxWait
. I have a use case where I want to cancel my fetch (and return whatever has been fetched) as soon as the context has been cancelled. This would allows better control and intergation with calling function that has a context that passed in.Use case
Better integration with other components that works with Context.
Contribution
sure thing.
The text was updated successfully, but these errors were encountered: