Skip to content

Commit 891c4e7

Browse files
legendecasjuanarbol
authored andcommitted
doc,inspector: document changes of inspector.close
Retrospectively document the changes history of the `inspector.close` API. PR-URL: #44628 Refs: #44489 Refs: #13228 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Kohei Ueno <[email protected]>
1 parent 8118fc2 commit 891c4e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/api/inspector.md

+8
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ const inspector = require('node:inspector');
1717

1818
## `inspector.close()`
1919

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+
2028
Deactivate the inspector. Blocks until there are no active connections.
2129

2230
## `inspector.console`

0 commit comments

Comments
 (0)