summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2018-07-21 10:29:39 -0400
committercjihrig <cjihrig@gmail.com>2018-08-07 10:05:33 -0400
commitfe069cca6a87bcbc7030e8a1e631a81ba8c49580 (patch)
tree239ce6e41493efa8a303feafc9f721e8d5e91ec4 /doc/api/deprecations.md
parent0b85435c01cb1a6932a6b5b6cb6022d9dbf988e5 (diff)
downloadandroid-node-v8-fe069cca6a87bcbc7030e8a1e631a81ba8c49580.tar.gz
android-node-v8-fe069cca6a87bcbc7030e8a1e631a81ba8c49580.tar.bz2
android-node-v8-fe069cca6a87bcbc7030e8a1e631a81ba8c49580.zip
dgram: deprecate all previous private APIs
PR-URL: https://github.com/nodejs/node/pull/22011 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 97042cbc7f..6262fe4cf5 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -1009,6 +1009,18 @@ Type: Documentation-only
The `process.binding()` API is intended for use by Node.js internal code
only. Use of `process.binding()` by userland code is unsupported.
+<a id="DEP0112"></a>
+### DEP0112: dgram private APIs
+
+Type: Runtime
+
+The `dgram` module previously contained several APIs that were never meant to
+accessed outside of Node.js core: `Socket.prototype._handle`,
+`Socket.prototype._receiving`, `Socket.prototype._bindState`,
+`Socket.prototype._queue`, `Socket.prototype._reuseAddr`,
+`Socket.prototype._healthCheck()`, `Socket.prototype._stopReceiving()`, and
+`dgram._createSocketHandle()`.
+
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array