[v12.x backport] doc: deprecate process.umask() with no arguments by aduh95 · Pull Request #34591 · nodejs/node
and others added 2 commits
August 1, 2020 16:24This commit introduces a documentation deprecation for calling process.umask() with no arguments. PR-URL: nodejs#32499 Fixes: nodejs#32321 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Split doc entries for process.umask() into one entry for process.umask() (which is deprecated) and another for `process.umask(mask)` which is not deprecated. PR-URL: nodejs#32711 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request
Aug 18, 2020MylesBorins pushed a commit that referenced this pull request
Aug 18, 2020
aduh95
deleted the
backport-32499-to-erbium
branch
jimmy54 pushed a commit to jimmy54/nodejs-mobile that referenced this pull request
Dec 31, 2025This commit introduces a documentation deprecation for calling process.umask() with no arguments. Backport-PR-URL: nodejs/node#34591 PR-URL: nodejs/node#32499 Fixes: nodejs/node#32321 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
jimmy54 pushed a commit to jimmy54/nodejs-mobile that referenced this pull request
Dec 31, 2025Split doc entries for process.umask() into one entry for process.umask() (which is deprecated) and another for `process.umask(mask)` which is not deprecated. Backport-PR-URL: nodejs/node#34591 PR-URL: nodejs/node#32711 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters