summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLucas Holmquist <lholmqui@redhat.com>2019-09-30 13:56:26 -0400
committerRich Trott <rtrott@gmail.com>2019-10-02 14:34:55 -0700
commit83418b593f154aab704c7aa198b3c8cc1b974ed3 (patch)
treec3fdfafd3a083b7c5a3a5863747964ea415e2453 /doc
parent420d4e461dcb64bd52b6cce97bcff405efd6878a (diff)
downloadandroid-node-v8-83418b593f154aab704c7aa198b3c8cc1b974ed3.tar.gz
android-node-v8-83418b593f154aab704c7aa198b3c8cc1b974ed3.tar.bz2
android-node-v8-83418b593f154aab704c7aa198b3c8cc1b974ed3.zip
doc: add documentation deprecation for process._tickCallback
This change also supports --pending-deprecation for the new deprecation. PR-URL: https://github.com/nodejs/node/pull/29781 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 1082e76be2..a4aad4180c 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2519,6 +2519,19 @@ Type: Documentation-only
Prefer [`response.socket`][] over [`response.connection`] and
[`request.socket`][] over [`request.connection`].
+<a id="DEP0XXX"></a>
+### DEP0XXX: process._tickCallback
+<!-- YAML
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/29781
+ description: Documentation-only deprecation.
+-->
+Type: Documentation-only (supports [`--pending-deprecation`][])
+
+The `process._tickCallback` property was never documented as
+an officially supported API.
+
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
[`--throw-deprecation`]: cli.html#cli_throw_deprecation
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size