nodejs/node

Document differences between Node.js fetch() implementations and the standard

Open

#52,163 opened on 2024年3月20日

GitHub で見る
 (17 comments) (1 reaction) (0 assignees)JavaScript (35,535 forks)batch import
docgood first issue

Repository metrics

Stars
 (117,218 stars)
PR merge metrics
 (平均マージ 18d 17h) (30d で 219 merged PRs)

説明

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

コントリビューターガイド