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