nodejs/node

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

Open

#52,163 创建于 2024年3月20日

在 GitHub 查看
 (17 评论) (1 反应) (0 负责人)JavaScript (35,535 fork)batch import
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

贡献者指南