nodejs/node

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

Open

#52 163 ouverte le 20 mars 2024

Voir sur GitHub
 (16 commentaires) (1 réaction) (0 assignés)JavaScript (117 218 stars) (35 535 forks)batch import
docgood first issue

Description

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

Guide contributeur