Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions doc/api/diagnostics_channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,13 @@ diagnostics_channel.unsubscribe('my-channel', onMessage);
added:
- v19.9.0
- v18.19.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/64525
description: Marked as stable.
-->

> Stability: 1 - Experimental
> Stability: 2 - Stable

* `nameOrChannels` {string|TracingChannel} Channel name or
object containing all the [TracingChannel Channels][]
Expand Down Expand Up @@ -744,9 +748,13 @@ The scope must be used with the `using` syntax to ensure proper disposal.
added:
- v19.9.0
- v18.19.0
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/64525
description: Marked as stable.
-->

> Stability: 1 - Experimental
> Stability: 2 - Stable

The class `TracingChannel` is a collection of [TracingChannel Channels][] which
together express a single traceable action. It is used to formalize and
Expand Down
Loading