nodejs/node

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

Open

#52.163 aperta il 20 mar 2024

Vedi su GitHub
 (17 commenti) (1 reazione) (0 assegnatari)JavaScript (35.535 fork)batch import
docgood first issue

Metriche repository

Star
 (117.218 star)
Metriche merge PR
 (Merge medio 18g 17h) (219 PR mergiate in 30 g)

Descrizione

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

Guida contributor