-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fetch's document link is wrong #841
Comments
Hmm, unjs/node-fetch-native#125 maybe? |
Thanks! I thought it was still using node-fetch, but after checking the code, I realized it has been switched to node-fetch-native. |
Oh. Just a typo in docs))) I'll fix the link. |
8.0 uses
node-fetch-native
,but the document write it usesnode-fetch
.They do not implement proxy functions in the same way.
When I upgraded to 8.0, it can't work.
The text was updated successfully, but these errors were encountered: