Skip to content

Commit be492a1

Browse files
idango10aduh95
authored andcommitted
doc: update stability status for diagnostics_channel to experimental
PR-URL: #58261 Fixes: #58234 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Edy Silva <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent aa00f59 commit be492a1

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

doc/api/diagnostics_channel.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,14 +1102,10 @@ for the sync error and one for the async error.
11021102

11031103
### Built-in Channels
11041104

1105-
> Stability: 1 - Experimental
1106-
1107-
While the diagnostics\_channel API is now considered stable, the built-in
1108-
channels currently available are not. Each channel must be declared stable
1109-
independently.
1110-
11111105
#### Console
11121106

1107+
> Stability: 1 - Experimental
1108+
11131109
`console.log`
11141110

11151111
* `args` {any\[]}
@@ -1147,6 +1143,8 @@ passed to `console.error()`.
11471143

11481144
#### HTTP
11491145

1146+
> Stability: 1 - Experimental
1147+
11501148
`http.client.request.created`
11511149

11521150
* `request` {http.ClientRequest}
@@ -1202,6 +1200,8 @@ Emitted when server sends a response.
12021200

12031201
#### HTTP/2
12041202

1203+
> Stability: 1 - Experimental
1204+
12051205
`http2.client.stream.created`
12061206

12071207
* `stream` {ClientHttp2Stream}
@@ -1211,6 +1211,8 @@ Emitted when a stream is created on the client.
12111211

12121212
#### Modules
12131213

1214+
> Stability: 1 - Experimental
1215+
12141216
`module.require.start`
12151217

12161218
* `event` {Object} containing the following properties
@@ -1263,6 +1265,8 @@ Emitted when a `import()` throws an error. See [`error` event][].
12631265

12641266
#### NET
12651267

1268+
> Stability: 1 - Experimental
1269+
12661270
`net.client.socket`
12671271

12681272
* `socket` {net.Socket}
@@ -1297,6 +1301,8 @@ Emitted when [`net.Server.listen()`][] is returning an error.
12971301

12981302
#### UDP
12991303

1304+
> Stability: 1 - Experimental
1305+
13001306
`udp.socket`
13011307

13021308
* `socket` {dgram.Socket}
@@ -1305,6 +1311,8 @@ Emitted when a new UDP socket is created.
13051311

13061312
#### Process
13071313

1314+
> Stability: 1 - Experimental
1315+
13081316
<!-- YAML
13091317
added: v16.18.0
13101318
-->
@@ -1325,6 +1333,8 @@ Emitted when [`process.execve()`][] is invoked.
13251333

13261334
#### Worker Thread
13271335

1336+
> Stability: 1 - Experimental
1337+
13281338
<!-- YAML
13291339
added: v16.18.0
13301340
-->

0 commit comments

Comments
 (0)