magner icon indicating copy to clipboard operation
magner copied to clipboard

Add `rewriteDefaults` to the `request` function

Open VanishMax opened this issue 4 years ago • 0 comments

It should wrap the wretcher's defaults function like so:

const rewriteDefaults = (defaults: WretcherOptions) => wretcher.defaults(defaults, false);

Because otherwise we require users to know how to work with Wretch's immutability, which is sometimes confusing

VanishMax avatar Feb 17 '22 08:02 VanishMax