summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2023-05-14 20:23:26 +0200
committerMichaël Zasso <targos@protonmail.com>2023-05-15 11:37:36 +0200
commit4a1e97156a6968b297aea66752cb478bfa15677c (patch)
treea12091943b457d8e1ef1889e74603f6c37176217
parentfd8bec7b2b5e40108ef996403b29bb2372e689e4 (diff)
downloadnode-new-4a1e97156a6968b297aea66752cb478bfa15677c.tar.gz
doc: add missing deprecated blocks to cluster
I believe that these are required so that the respective APIs are marked as deprecated in the table of contents. PR-URL: https://github.com/nodejs/node/pull/47981 Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
-rw-r--r--doc/api/cluster.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/cluster.md b/doc/api/cluster.md
index 93723114ab..7ab57b02a5 100644
--- a/doc/api/cluster.md
+++ b/doc/api/cluster.md
@@ -850,6 +850,8 @@ added: v0.8.1
deprecated: v16.0.0
-->
+> Stability: 0 - Deprecated
+
Deprecated alias for [`cluster.isPrimary`][].
## `cluster.isPrimary`
@@ -959,6 +961,8 @@ changes:
description: The `stdio` option is supported now.
-->
+> Stability: 0 - Deprecated
+
Deprecated alias for [`.setupPrimary()`][].
## `cluster.setupPrimary([settings])`