summaryrefslogtreecommitdiff
path: root/doc/api/process.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-01-15 15:39:43 -0500
committercjihrig <cjihrig@gmail.com>2019-01-17 16:32:21 -0500
commitf6cd4e3e5976ce9edccdb13933028bdc95d43df4 (patch)
tree4eb1583e5776f3b544e4096e67b72d54cbca28ef /doc/api/process.md
parent1375af204a30d1885b9e8bf79725cbd223707439 (diff)
downloadandroid-node-v8-f6cd4e3e5976ce9edccdb13933028bdc95d43df4.tar.gz
android-node-v8-f6cd4e3e5976ce9edccdb13933028bdc95d43df4.tar.bz2
android-node-v8-f6cd4e3e5976ce9edccdb13933028bdc95d43df4.zip
process: allow reading umask in workers
Refs: https://github.com/nodejs/node/issues/25448 PR-URL: https://github.com/nodejs/node/pull/25526 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'doc/api/process.md')
-rw-r--r--doc/api/process.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index 28ed9734f5..0ba97f851c 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -2007,7 +2007,8 @@ console.log(
);
```
-This feature is not available in [`Worker`][] threads.
+[`Worker`][] threads are able to read the umask, however attempting to set the
+umask will result in a thrown exception.
## process.uptime()
<!-- YAML