nodejs/node

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

Open

#52.163 aberto em 20 de mar. de 2024

Ver no GitHub
 (17 comments) (1 reaction) (0 assignees)JavaScript (35.535 forks)batch import
docgood first issue

Métricas do repositório

Stars
 (117.218 stars)
Métricas de merge de PR
 (Mesclagem média 18d 17h) (219 fundiu PRs em 30d)

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

Guia do colaborador