nodejs/node

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

開放

#52,163 建立於 2024年3月20日

 (17 則留言) (1 個反應) (0 位負責人)JavaScript (35,535 個分叉)batch import
docgood first issue

倉庫指標

星標
 (117,218 顆星)
PR 合併指標
 (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

貢獻者指南