nodejs/node

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

オープン

#52,163 opened on 2024/03/20

 (17 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (35,535 件のフォーク)batch import
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

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