Skip to content

inspector: fix inspector.close() documented behavior#63837

Open
legendecas wants to merge 1 commit into
nodejs:mainfrom
legendecas:inspector-close
Open

inspector: fix inspector.close() documented behavior#63837
legendecas wants to merge 1 commit into
nodejs:mainfrom
legendecas:inspector-close

Conversation

@legendecas

@legendecas legendecas commented Jun 10, 2026

Copy link
Copy Markdown
Member

The inspector.close() forcibly terminates all active connections,
allowing the process to exit cleanly, without waiting for the devtool
client to disconnect.

This does not change any behavior. This only updates the doc and added
a test verifying it.

The `inspector.close()` forcefully terminates all active connections,
allowing the process to exit cleanly, without waiting for the devtool
client to disconnect.

Signed-off-by: Chengzhong Wu <cwu631@bloomberg.net>
@nodejs-github-bot nodejs-github-bot added the needs-ci PRs that need a full CI run. label Jun 10, 2026
@legendecas legendecas added doc Issues and PRs related to the documentations. test Issues and PRs related to the tests. inspector Issues and PRs related to the V8 inspector protocol labels Jun 10, 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. inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants