Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimon-id <simon.id@protonmail.com>2021-10-19 13:01:41 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-10-19 17:46:14 +0300
commit07bbb07119a11c55ed6ccbf43ded0407ecf92642 (patch)
tree923355a5db7be236e5d0ca88547d5974584cedad /doc/api/diagnostics_channel.md
parentd0670e7559718a6cec38e7bc16cc24cf298f199d (diff)
lib: add unsubscribe method to non-active DC channels
PR-URL: https://github.com/nodejs/node/pull/40433 Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Bryan English <bryan@bryanenglish.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Diffstat (limited to 'doc/api/diagnostics_channel.md')
-rw-r--r--doc/api/diagnostics_channel.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md
index 52a9ac98084..47df6a42994 100644
--- a/doc/api/diagnostics_channel.md
+++ b/doc/api/diagnostics_channel.md
@@ -267,7 +267,7 @@ added:
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/40433
- description: Added return value.
+ description: Added return value. Added to channels without subscribers.
-->
* `onMessage` {Function} The previous subscribed handler to remove