nodejs/node
View on GitHubDocument differences between Node.js fetch() implementations and the standard
Open
#52,163 opened on Mar 20, 2024
docgood first issue
Repository metrics
- Stars
- (117,218 stars)
- PR merge metrics
- (Avg merge 13d 4h) (233 merged PRs in 30d)
Description
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- cookies handling
- no forbidden headers
@KhafraDev definitely know more