nodejs/node
Document differences between Node.js fetch() implementations and the standard
オープン
#52,163 opened on 2024/03/20
docgood first issue
Repository metrics
- Stars
- (117,218 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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