Link to fetcher source code

This commit is contained in:
mrjvs 2023-12-29 17:52:32 +01:00
parent cb0145d58f
commit 6a071509fc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ This is the list of features it needs:
- Send JSON, Formdata or normal strings
- get final destination url
It's not recommended to do this at all, but if you have to. You can base your code on the original implementation of `makeStandardFetcher`. Check the source code for it.
It's not recommended to do this at all, but if you have to. You can base your code on the original implementation of `makeStandardFetcher`. Check the out [source code for it here](https://github.com/movie-web/providers/blob/dev/src/fetchers/standardFetch.ts).
Here is a basic template on how to make your own custom fetcher: