We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d518760 commit 9e8fee7Copy full SHA for 9e8fee7
README.md
@@ -677,13 +677,10 @@ const response = await uploader
677
);
678
```
679
680
-And there you were, learning all sorts of weird syntax, writing callbacks left and right to achieve things like this
681
-with interceptors in `axios` and `ky`. :smile:
682
-
683
### I want fancier!
684
685
If you feel you definitely need more, remember that `DrFetch` is a class. You can always extend it as per JavaScript's
686
own rules.
687
688
Are you still stuck? [Open a new issue](https://github.com/WJSoftware/dr-fetch/issues) if you have an idea for a
689
-feature that cannot be easily achievable in "user land".
+feature that cannot be easily achieved in "user land".
0 commit comments