-
Self explanatory, it would allow us to easily distinguish if an error was wretch error or something else, e.g.:
```
try {
await somethingThatCanThrow();
await somethingElseThatCanThrow();
…
-
## Words
demoness's
- `demoness` currently exists, but not `-'s`.
parentheticals
- `parenthetical` currently exists, but missing `-s`.
epistemics
- `epistemic` currently exists, but …
-
What exactly is res()?
I can't realize how to use .res() and .json() on one chain?
-
Hello! Thanks for the awesome library!
Is where any way to leave request headers undefined? I want to use wretch to send FormData(images) to server, but 'content-type' is always set to 'application/…
-
How to use PerfsAddon?
Please give me a simple example. I didn't find this in the documentation.
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
Initialize untypeable
https://api.github.com/jellydn/untypeable-wretch-demo/blob/697369359a9dae3d09e06ad01c7a4fcacc1ff692/src/api-client.ts#L4
```typescript
import { createTypeLevelClient, initUnty…
-
wretch(/* url */, { ...fetchOptions, agent: yourAgentInstance })
I did that, but it didn't work
-
This is a weird one I've been struggling with for the last 2 weeks. Only affects android and only happens when the app has been killed. No errors are thrown by Notifee or OKHTTP. In fact it seems a…
-
Possible solution is to define each method as a separate router
https://api.github.com/jellydn/untypeable-wretch-demo/blob/a808cdf8931167ce068ac19018fd88b7fa29605b/src/api-client.ts#L32
```typescrip…