nodejs/node

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

Open

#52.163 geöffnet am 20. März 2024

Auf GitHub ansehen
 (17 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (35.535 Forks)batch import
docgood first issue

Repository-Metriken

Stars
 (117.218 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 18T 17h) (219 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide