We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752e147 commit c209bd6Copy full SHA for c209bd6
doc/api/inspector.md
@@ -17,6 +17,14 @@ const inspector = require('node:inspector');
17
18
## `inspector.close()`
19
20
+<!-- YAML
21
+added: v9.0.0
22
+changes:
23
+ - version: REPLACEME
24
+ pr-url: https://github.com/nodejs/node/pull/44489
25
+ description: The API is exposed in the worker threads.
26
+-->
27
+
28
Deactivate the inspector. Blocks until there are no active connections.
29
30
## `inspector.console`
0 commit comments