nodejs/node
在 GitHub 查看Document differences between Node.js fetch() implementations and the standard
Open
#52,163 建立於 2024年3月20日
docgood first issue
倉庫指標
- Star
- (117,218 star)
- PR 合併指標
- (平均合併 18天 17小時) (30 天內合併 219 個 PR)
描述
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