From 50ba4531e858ee33bfdbdc880c0f63cc6082386d Mon Sep 17 00:00:00 2001 From: Udayendra Date: Sun, 11 May 2025 17:07:27 +0530 Subject: [PATCH 1/2] added experimental tag to list of all builtin channels --- doc/api/diagnostics_channel.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md index eb5aad6efc2669..662775f3a2382d 100644 --- a/doc/api/diagnostics_channel.md +++ b/doc/api/diagnostics_channel.md @@ -1111,6 +1111,8 @@ independently. #### Console +> Stability: 1 - Experimental + `console.log` * `args` {any\[]} @@ -1148,6 +1150,8 @@ passed to `console.error()`. #### HTTP +> Stability: 1 - Experimental + `http.client.request.created` * `request` {http.ClientRequest} @@ -1203,6 +1207,8 @@ Emitted when server sends a response. #### Modules +> Stability: 1 - Experimental + `module.require.start` * `event` {Object} containing the following properties @@ -1255,6 +1261,8 @@ Emitted when a `import()` throws an error. See [`error` event][]. #### NET +> Stability: 1 - Experimental + `net.client.socket` * `socket` {net.Socket} @@ -1289,6 +1297,8 @@ Emitted when [`net.Server.listen()`][] is returning an error. #### UDP +> Stability: 1 - Experimental + `udp.socket` * `socket` {dgram.Socket} @@ -1297,6 +1307,8 @@ Emitted when a new UDP socket is created. #### Process +> Stability: 1 - Experimental + @@ -1317,6 +1329,8 @@ Emitted when [`process.execve()`][] is invoked. #### Worker Thread +> Stability: 1 - Experimental + From 21f591f88988a794256101a59cb06de0ca591219 Mon Sep 17 00:00:00 2001 From: Udayendra Date: Sun, 11 May 2025 17:17:32 +0530 Subject: [PATCH 2/2] made fixes in diagnostics.md --- doc/api/diagnostics_channel.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md index 662775f3a2382d..888e443dff3c85 100644 --- a/doc/api/diagnostics_channel.md +++ b/doc/api/diagnostics_channel.md @@ -1103,7 +1103,6 @@ for the sync error and one for the async error. ### Built-in Channels -> Stability: 1 - Experimental While the diagnostics\_channel API is now considered stable, the built-in channels currently available are not. Each channel must be declared stable