Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/process.md')
-rw-r--r--doc/api/process.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index 1c1089ca6b8..f15bfcc2be0 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -2426,8 +2426,16 @@ flag's behavior.
## `process.umask([mask])`
<!-- YAML
added: v0.1.19
+changes:
+ - version: REPLACEME
+ pr-url: https://github.com/nodejs/node/pull/32499
+ description: Calling `process.umask()` with no arguments is deprecated.
+
-->
+> Stability: 0 - Deprecated. Calling `process.umask()` with no arguments is
+> deprecated. No alternative is provided.
+
* `mask` {string|integer}
The `process.umask()` method sets or returns the Node.js process's file mode