Skip to content

doc: add fetch implementation differences#63878

Open
Diyoncrz18 wants to merge 1 commit into
nodejs:mainfrom
Diyoncrz18:doc/fetch-node-differences
Open

doc: add fetch implementation differences#63878
Diyoncrz18 wants to merge 1 commit into
nodejs:mainfrom
Diyoncrz18:doc/fetch-node-differences

Conversation

@Diyoncrz18

Copy link
Copy Markdown

Fixes: #52163

This documents a few known differences between Node.js fetch() and browser fetch() implementations, including browser-specific header restrictions, cookie storage, and AsyncIterable bodies.

Validation:

  • git diff --check passes.
  • node tools\lint-md\lint-md.mjs doc/api/globals.md could not be run locally because markdown lint dependencies are not installed (ERR_MODULE_NOT_FOUND: Cannot find package 'unified').

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Jun 12, 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