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
In Credo we use a custom fetch implementation so we can have more control over outbound requests, add timeouts, max response payloads, deny certain IPs.
It would be nice if this library added an option to set fetch in the config.
In Credo we use a custom fetch implementation so we can have more control over outbound requests, add timeouts, max response payloads, deny certain IPs.
It would be nice if this library added an option to set
fetchin theconfig.