Skip to content

Commit a4e833a

Browse files
authored
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 4d71169 commit a4e833a

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
@@ -1103,14 +1103,10 @@ for the sync error and one for the async error.
11031103

11041104
### Built-in Channels
11051105

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

1108+
> Stability: 1 - Experimental
1109+
11141110
`console.log`
11151111

11161112
* `args` {any\[]}
@@ -1148,6 +1144,8 @@ passed to `console.error()`.
11481144

11491145
#### HTTP
11501146

1147+
> Stability: 1 - Experimental
1148+
11511149
`http.client.request.created`
11521150

11531151
* `request` {http.ClientRequest}
@@ -1203,6 +1201,8 @@ Emitted when server sends a response.
12031201

12041202
#### HTTP/2
12051203

1204+
> Stability: 1 - Experimental
1205+
12061206
`http2.client.stream.created`
12071207

12081208
* `stream` {ClientHttp2Stream}
@@ -1212,6 +1212,8 @@ Emitted when a stream is created on the client.
12121212

12131213
#### Modules
12141214

1215+
> Stability: 1 - Experimental
1216+
12151217
`module.require.start`
12161218

12171219
* `event` {Object} containing the following properties
@@ -1264,6 +1266,8 @@ Emitted when a `import()` throws an error. See [`error` event][].
12641266

12651267
#### NET
12661268

1269+
> Stability: 1 - Experimental
1270+
12671271
`net.client.socket`
12681272

12691273
* `socket` {net.Socket}
@@ -1298,6 +1302,8 @@ Emitted when [`net.Server.listen()`][] is returning an error.
12981302

12991303
#### UDP
13001304

1305+
> Stability: 1 - Experimental
1306+
13011307
`udp.socket`
13021308

13031309
* `socket` {dgram.Socket}
@@ -1306,6 +1312,8 @@ Emitted when a new UDP socket is created.
13061312

13071313
#### Process
13081314

1315+
> Stability: 1 - Experimental
1316+
13091317
<!-- YAML
13101318
added: v16.18.0
13111319
-->
@@ -1326,6 +1334,8 @@ Emitted when [`process.execve()`][] is invoked.
13261334

13271335
#### Worker Thread
13281336

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

0 commit comments

Comments
 (0)