🚀 Feature Request: Allow the customisation of the fetch function for the fetch adapter #792
Closed
rafaelyates
started this conversation in
Feature Request
Replies: 1 comment
-
|
Hi, thanks for your proposal. now it has been supported. please upgrade to 3.5.0, you can use it like this export const client = createAlova({
requestAdapter: adapterFetch({
customFetch: fetch
}),
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What problem does the new feature need to solve?
I'd like to be able to use other fetch functions with the alova fetch adapter, e.g.:
https://docs.expo.dev/versions/latest/sdk/expo/#expofetch-api
How should the new features you expect looks like?
How important is it to you?
Better to have
Beta Was this translation helpful? Give feedback.
All reactions