wretch-middlewares icon indicating copy to clipboard operation
wretch-middlewares copied to clipboard

Collection of middlewares for the Wretch library. 🎁

Results 4 wretch-middlewares issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.8.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I have a remote API that enforces a rate limit - e.g., 70 requests per minute, otherwise it throws errors. This middleware ensures that outbound requests are throttled to a...

This has been a recurring error on our site, on latest browser version. Couldn't reproduce myself yet. Reporting here for the record, I will see if I can fix this...

This seems like a strange question, but is it possible to get the retry middleware to retry a request _without_ returning the request error, unless it fails the maximum number...