Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4d83972

Browse filesBrowse files
kovanclaude
authored andcommitted
doc: remove outdated Chrome 66 and ndb references from debugger
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: #54078 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> PR-URL: #62202 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 71f2ead commit 4d83972
Copy full SHA for 4d83972

1 file changed

-8Lines changed: 0 additions & 8 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/debugger.md‎

Copy file name to clipboardExpand all lines: doc/api/debugger.md
-8Lines changed: 0 additions & 8 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -260,13 +260,5 @@ For help, see: https://nodejs.org/en/docs/inspector
260260
at the end of the URL is generated on the fly, it varies in different
261261
debugging sessions.)
262262

263-
If the Chrome browser is older than 66.0.3345.0,
264-
use `inspector.html` instead of `js_app.html` in the above URL.
265-
266-
Chrome DevTools doesn't support debugging [worker threads][] yet.
267-
[ndb][] can be used to debug them.
268-
269263
[Chrome DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/
270264
[`debugger`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger
271-
[ndb]: https://github.com/GoogleChromeLabs/ndb/
272-
[worker threads]: worker_threads.md

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.