Skip to content

doc: fix outdated debugger, worker_threads, and fs.stat docs#62197

Open
kovan wants to merge 3 commits intonodejs:mainfrom
kovan:doc-debugger-worker-fs-fixes
Open

doc: fix outdated debugger, worker_threads, and fs.stat docs#62197
kovan wants to merge 3 commits intonodejs:mainfrom
kovan:doc-debugger-worker-fs-fixes

Conversation

@kovan
Copy link

@kovan kovan commented Mar 11, 2026

Summary

Fixes: #54078
Fixes: #60504
Fixes: #62185

Verification

All changes verified against source code:

🤖 Generated with Claude Code

kovan and others added 3 commits March 11, 2026 01:40
Remove the Chrome 66.0.3345.0 version check (Chrome 66 shipped in
2018), the claim that Chrome DevTools doesn't support debugging worker
threads (which uses time-tied language), and the recommendation to use
ndb (which has been archived since July 2023).

Fixes: nodejs#54078

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The example claimed that posting a URL object via MessageChannel would
print an empty object, but since v21.0.0 (commit d920b7c) it
throws a DataCloneError. Update the example and surrounding text to
reflect the current behavior.

Fixes: nodejs#60504

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PR nodejs#61178 added the throwIfNoEntry option to fs.stat and
fsPromises.stat (shipped in v25.7.0) but did not add corresponding
YAML version history entries. The sync variants (fs.statSync,
fs.lstatSync) already had history entries from PR nodejs#33716.

Fixes: nodejs#62185

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Mar 11, 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

2 participants