@@ -1103,14 +1103,10 @@ for the sync error and one for the async error.
1103
1103
1104
1104
### Built-in Channels
1105
1105
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
-
1112
1106
#### Console
1113
1107
1108
+ > Stability: 1 - Experimental
1109
+
1114
1110
` console.log `
1115
1111
1116
1112
* ` args ` {any\[ ] }
@@ -1148,6 +1144,8 @@ passed to `console.error()`.
1148
1144
1149
1145
#### HTTP
1150
1146
1147
+ > Stability: 1 - Experimental
1148
+
1151
1149
` http.client.request.created `
1152
1150
1153
1151
* ` request ` {http.ClientRequest}
@@ -1203,6 +1201,8 @@ Emitted when server sends a response.
1203
1201
1204
1202
#### HTTP/2
1205
1203
1204
+ > Stability: 1 - Experimental
1205
+
1206
1206
` http2.client.stream.created `
1207
1207
1208
1208
* ` stream ` {ClientHttp2Stream}
@@ -1212,6 +1212,8 @@ Emitted when a stream is created on the client.
1212
1212
1213
1213
#### Modules
1214
1214
1215
+ > Stability: 1 - Experimental
1216
+
1215
1217
` module.require.start `
1216
1218
1217
1219
* ` event ` {Object} containing the following properties
@@ -1264,6 +1266,8 @@ Emitted when a `import()` throws an error. See [`error` event][].
1264
1266
1265
1267
#### NET
1266
1268
1269
+ > Stability: 1 - Experimental
1270
+
1267
1271
` net.client.socket `
1268
1272
1269
1273
* ` socket ` {net.Socket}
@@ -1298,6 +1302,8 @@ Emitted when [`net.Server.listen()`][] is returning an error.
1298
1302
1299
1303
#### UDP
1300
1304
1305
+ > Stability: 1 - Experimental
1306
+
1301
1307
` udp.socket `
1302
1308
1303
1309
* ` socket ` {dgram.Socket}
@@ -1306,6 +1312,8 @@ Emitted when a new UDP socket is created.
1306
1312
1307
1313
#### Process
1308
1314
1315
+ > Stability: 1 - Experimental
1316
+
1309
1317
<!-- YAML
1310
1318
added: v16.18.0
1311
1319
-->
@@ -1326,6 +1334,8 @@ Emitted when [`process.execve()`][] is invoked.
1326
1334
1327
1335
#### Worker Thread
1328
1336
1337
+ > Stability: 1 - Experimental
1338
+
1329
1339
<!-- YAML
1330
1340
added: v16.18.0
1331
1341
-->
0 commit comments