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
Seems like an interesting idea. But I'm curious why the built-in caching mechanisms are not sufficient? You can specify the caching mode for each request.
For my specific case I'm trying to reduce the number of parallel requests (due to browser limits) with a local cache. Can't use http cache because the API doesn't have the proper headers. Don't ask why 😅.
Still this can be useful for other use cases and isn't too intrusive.
This could be useful for internal caching, mocking, etc..
Would this be an acceptable feature ?
The text was updated successfully, but these errors were encountered: