From 7f61b528d3da0eae041d1b0316cf87c7684f5bf9 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Sun, 21 Oct 2018 12:37:26 -0700 Subject: src: fix missing deprecation assignment PR-URL: https://github.com/nodejs/node/pull/23809 Reviewed-By: Refael Ackermann Reviewed-By: Vse Mozhet Byt Reviewed-By: Matteo Collina Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca --- doc/api/deprecations.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'doc/api/deprecations.md') diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 33e98c4cd4..e4955f4392 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2235,7 +2235,7 @@ It will become an error in future versions of Node.js. ### DEP0119: process.binding('uv').errname() private API - + +Type: Runtime + +Windows Performance Counter support has been removed from Node.js. The +undocumented `COUNTER_NET_SERVER_CONNECTION()`, +`COUNTER_NET_SERVER_CONNECTION_CLOSE()`, `COUNTER_HTTP_SERVER_REQUEST()`, +`COUNTER_HTTP_SERVER_RESPONSE()`, `COUNTER_HTTP_CLIENT_REQUEST()`, and +`COUNTER_HTTP_CLIENT_RESPONSE()` functions have been deprecated. + [`--pending-deprecation`]: cli.html#cli_pending_deprecation [`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size -- cgit v1.2.3