-
version `2.0.1`
```typescript
import { formUrlAddon } from 'wretch/addons'
import wretch from 'wretch'
export const fetch = wretch()
.addon(formUrlAddon)
.defer(w => w)
.resolve…
-
I just so happen to find this project when i read a reddit [post](https://www.reddit.com/r/javascript/comments/um8ay6/why_im_ditching_axios_spoiler_i_moved_to_wretch/)
```js
// w is a reusable wre…
-
`.catcherFallback` returns an incorrect type
![Screenshot 2023-06-28 at 15 42 57](https://github.com/elbywan/wretch/assets/90677454/726b6320-af63-40df-8912-91ec867d581f)
-
Possible solution is to define each method as a separate router
https://api.github.com/jellydn/untypeable-wretch-demo/blob/19696540f54abd4aac3fedabc53e4e44611a76d8/src/api-client.ts#L28
```typescrip…
-
Problem with defer was fixed in https://github.com/elbywan/wretch/issues/140
But there's similar problem with using `.catcher(code, async (error, originalRequest)` ...
`originalRequest ` type is …
-
### Operating System
macOS Ventura 13.5
### Browser Version
116.0.5845.179 (Official Build) (arm64)
### Firebase SDK Version
^10.1.0
### Firebase SDK Product:
Auth
### Describe your project's…
-
[Patrick Schleizer wrote](https://groups.google.com/d/msgid/qubes-users/5759D76E.8000401%40riseup.net):
> Andrew David Wong:
>
> > On 2016-06-08 13:15, a...r@s...t.org wrote:
> >
> > > Hello I read…
-
https://developer.mozilla.org/en-US/docs/Web/API/Request/cache
Please consider the following example. When we set cache option ky doesn't work as expected in Next.js but wretch does.
How to repr…
-
Not an issue so feel free to close or delete but would love a video on this. I dont quite understand it from the docs, not because of the docs themselves but i struggle to understand documentation in …
-
* KOReader version: v2024.07
* Device: Aura KoboSE
#### Issue
On my Kobo Aura, opening almost any book after the July update will lead to a crash. It seems to be correlated with books that I've h…