File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -2235,7 +2235,7 @@ It will become an error in future versions of Node.js.
2235
2235
2236
2236
<a id="DEP0119"></a>
2237
2237
### DEP0119: process.binding(' uv' ).errname() private API
2238
- <!--
2238
+ <!-- YAML
2239
2239
changes:
2240
2240
- version: REPLACEME
2241
2241
pr-url: https://github.com/nodejs/node/pull/23597
@@ -2247,6 +2247,23 @@ Type: Documentation-only (supports [`--pending-deprecation`][])
2247
2247
Directly calling `process.binding(' uv' ).errname(<val>)` is deprecated.
2248
2248
Please make sure to use [`util.getSystemErrorName()`][] instead.
2249
2249
2250
+ <a id="DEP0120"></a>
2251
+ ### DEP0120: Windows Performance Counter Support
2252
+ <!-- YAML
2253
+ changes:
2254
+ - version: REPLACEME
2255
+ pr-url: https://github.com/nodejs/node/pull/22485
2256
+ description: Runtime deprecation.
2257
+ -->
2258
+
2259
+ Type: Runtime
2260
+
2261
+ Windows Performance Counter support has been removed from Node.js. The
2262
+ undocumented `COUNTER_NET_SERVER_CONNECTION()`,
2263
+ `COUNTER_NET_SERVER_CONNECTION_CLOSE()`, `COUNTER_HTTP_SERVER_REQUEST()`,
2264
+ `COUNTER_HTTP_SERVER_RESPONSE()`, `COUNTER_HTTP_CLIENT_REQUEST()`, and
2265
+ `COUNTER_HTTP_CLIENT_RESPONSE()` functions have been deprecated.
2266
+
2250
2267
2251
2268
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
2252
2269
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
Original file line number Diff line number Diff line change 222
222
enumerable : false ,
223
223
value : deprecate ( noop ,
224
224
`COUNTER_${ names [ n ] } () is deprecated.` ,
225
- 'DEP00XX ' )
225
+ 'DEP0120 ' )
226
226
} ) ;
227
227
}
228
228
}
You can’t perform that action at this time.
0 commit comments