Skip to content

doc: add section about fetch() differences from standard#61837

Open
akachi10 wants to merge 1 commit intonodejs:mainfrom
akachi10:doc-fetch-differences
Open

doc: add section about fetch() differences from standard#61837
akachi10 wants to merge 1 commit intonodejs:mainfrom
akachi10:doc-fetch-differences

Conversation

@akachi10
Copy link

This PR adds a new section to the fetch() documentation explaining how Node.js's implementation differs from the standard Fetch API.

Changes:

  • Added 'Differences from the standard' section
  • Documents AsyncIterable Response body support
  • Explains cookies handling behavior
  • Clarifies forbidden headers restriction removal

Fixes #52163

Added new section to document how Node.js fetch differs from standard.
Covers async iterable support, cookies handling, and forbidden headers.

Fixes nodejs#52163
@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants