diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md index 188d76c6a42328..37149b5cebcba6 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 @@ -1111,6 +1110,8 @@ independently. #### Console +> Stability: 1 - Experimental + `console.log` * `args` {any\[]} @@ -1148,6 +1149,8 @@ passed to `console.error()`. #### HTTP +> Stability: 1 - Experimental + `http.client.request.created` * `request` {http.ClientRequest} @@ -1212,6 +1215,8 @@ Emitted when a stream is created on the client. #### Modules +> Stability: 1 - Experimental + `module.require.start` * `event` {Object} containing the following properties @@ -1264,6 +1269,8 @@ Emitted when a `import()` throws an error. See [`error` event][]. #### NET +> Stability: 1 - Experimental + `net.client.socket` * `socket` {net.Socket} @@ -1298,6 +1305,8 @@ Emitted when [`net.Server.listen()`][] is returning an error. #### UDP +> Stability: 1 - Experimental + `udp.socket` * `socket` {dgram.Socket} @@ -1306,6 +1315,8 @@ Emitted when a new UDP socket is created. #### Process +> Stability: 1 - Experimental + @@ -1326,6 +1337,8 @@ Emitted when [`process.execve()`][] is invoked. #### Worker Thread +> Stability: 1 - Experimental +