Skip to content

doc: remove outdated Chrome 66 and ndb references from debugger#62202

Open
kovan wants to merge 1 commit intonodejs:mainfrom
kovan:doc-debugger-outdated-refs
Open

doc: remove outdated Chrome 66 and ndb references from debugger#62202
kovan wants to merge 1 commit intonodejs:mainfrom
kovan:doc-debugger-outdated-refs

Conversation

@kovan
Copy link
Contributor

@kovan kovan commented Mar 11, 2026

Remove outdated references from doc/api/debugger.md:

  • Chrome 66.0.3345.0 version check from 2018 (irrelevant for any currently supported Chrome)
  • "yet" language about worker thread debugging support in Chrome DevTools (supported since 2020)
  • Recommendation to use ndb, which has been archived

Fixes: #54078

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 <[email protected]>
@nodejs-github-bot nodejs-github-bot added debugger Issues and PRs related to the debugger subsystem. doc Issues and PRs related to the documentations. labels Mar 11, 2026
@targos targos added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Mar 13, 2026
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Mar 13, 2026
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/62202
✔  Done loading data for nodejs/node/pull/62202
----------------------------------- PR info ------------------------------------
Title      doc: remove outdated Chrome 66 and ndb references from debugger (#62202)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     kovan:doc-debugger-outdated-refs -> nodejs:main
Labels     doc, author ready, debugger
Commits    1
 - doc: remove outdated Chrome 66 and ndb references from debugger
Committers 1
 - kovan <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/62202
Fixes: https://github.com/nodejs/node/issues/54078
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/62202
Fixes: https://github.com/nodejs/node/issues/54078
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
--------------------------------------------------------------------------------
   ℹ  This PR was created on Wed, 11 Mar 2026 10:21:07 GMT
   ✔  Approvals: 2
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/62202#pullrequestreview-3939592379
   ✔  - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/62202#pullrequestreview-3942107201
   ✘  Last GitHub CI failed
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/23046916249

@kovan
Copy link
Contributor Author

kovan commented Mar 13, 2026

The lint-nix failure was a CI timeout (nix cache download exceeded the job time limit) — unrelated to this change. Could a collaborator please re-run the failed check?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. debugger Issues and PRs related to the debugger subsystem. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debugger docs: the expired parts ⚰🧹

5 participants