Update .docs/content/1.Guide/2.fetchers.md

Co-authored-by: William Oldham <github@binaryoverload.co.uk>
This commit is contained in:
mrjvs
2023-09-27 20:49:53 +02:00
committed by GitHub
parent fda0c5b79c
commit f6fb539eac

View File

@@ -4,7 +4,7 @@ When making an instance of the library using `makeProviders()`. It will immediat
This comes with some considerations depending on the environment youre running.
## Using `fetch()`
In most cases, you can use the `fetch()` API. This will work in newer versions of node (18 and above) and on the browser.
In most cases, you can use the `fetch()` API. This will work in newer versions of Node.js (18 and above) and on the browser.
```ts
const fetcher = makeDefaultFetcher(fetch);