-
I can't get the built-in middleware to work in my Vite project. I have `"wretch": "^2.3.0"` installed but when I try to build it, it throws an error that says, `Rollup failed to resolve import "wretch…
-
Is it possible to pass the fetch implementation to wretch? If not I think this could be really helpful. It could be part of the ‘options’ object maybe.
An example of where this would be useful is i…
-
Sorry in advance as it's not an issue and may be just a silly question, but I haven't found any info about how to catch generic errors with `wretch` instance. I'd like to have a handler, which will lo…
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
Logs are collected from loading secronom on `cata_test` built from DDA's latest master.
Thanks for maintaining this great mod!
Details
(dda,secronom)=>(continued from above) ERROR : src/flexb…
-
Concatenate stacks is useless since https://caniuse.com/mdn-javascript_builtins_error_cause implementation.
This tends to be more tricky to understand stacks than it helps.
https://github.com/elby…
-
Update the documentation in the README appropriately now that Node 18 supports the fetch API. See this : https://dev.to/cloudx/nodejs-18-fetch-api-test-runner-module-and-more-2ckg
-
Good day!
I am using .fetchError chain to catch fetch errors. Into .fetchError`s callback I need to execute different functions based on different errors.
For example:
(failed)net::ERR_INTERNE…
-
I also need to figure out what extension is causing my workspace to hang.
- https://github.com/prettier/prettier-vscode/issues/1333
-
For some reasons I ignore, `Response.url` is not filled if request failed with an HTTP error code response. For logging purpose at a lot higher level, I get a Wretch Error without the possibility to a…