-
Notifications
You must be signed in to change notification settings - Fork 30.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
Document differences between Node.js fetch() implementations and the standard #52163
Comments
Most of these are documented in undici's README, it should be pretty easy to copy the documentation from there. https://github.com/nodejs/undici?tab=readme-ov-file#undicifetchinput-init-promise |
I totally agree, giving users the opportunity to know what Node.js fetch() is in both the documentation and in README will turn out to be very helpful. |
Yeah, at this point the only documentation on fetch just links to the MDN page which isn't even documentation for node fetch. I get that the APIs are supposed to be compatible, but it's not really useful documentation for anything other than basic API usage. At least linking to undici would be more accurate. |
Would you like to send a PR? |
Hi, is this being worked on? can i take it on myself? (looking to make my first contribution :-) ) |
@jacobra19 no activity for over 3 weeks, I am pretty sure you can go ahead and submit a PR |
#56314 this is being worked on |
We should add a section in our docs documenting how/why Node.js
fetch()
differs from the standard.A few notable differences
new Response(asyncIterable)
is an addition to standard@KhafraDev definitely know more
The text was updated successfully, but these errors were encountered: