Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update mode type for several functions #31115

Closed
wants to merge 5 commits into from
Closed

Commits on Dec 27, 2019

  1. doc: update parameter type for fsPromises.chmod()

    This was overlooked in nodejs#31085.
    cjihrig committed Dec 27, 2019
    Copy the full SHA
    08064f3 View commit details
    Browse the repository at this point in the history
  2. doc: update mode type for fchmod() functions

    fs.fchmod() and fs.fchmodSync() both support strings as their
    mode argument. This commit updates the documentation to
    reflect this.
    cjihrig committed Dec 27, 2019
    Copy the full SHA
    0ab0c1a View commit details
    Browse the repository at this point in the history
  3. doc: update mode type for fs open() functions

    This commit updates the documentation for fs.open(),
    fs.openSync(), and fsPromises.open() to reflect the fact
    that their mode option can be a string.
    cjihrig committed Dec 27, 2019
    Copy the full SHA
    7ef5438 View commit details
    Browse the repository at this point in the history
  4. doc: update mode type for process.umask()

    This commit updates the documentation for process.umask()
    to reflect the fact that the mode option can be a string.
    cjihrig committed Dec 27, 2019
    Copy the full SHA
    71443e2 View commit details
    Browse the repository at this point in the history
  5. doc: update mode type for mkdir() functions

    This commit updates the documentation for fs.mkdir(),
    fs.mkdirSync(), and fsPromises.mkdir() to reflect the fact
    that their mode option can be a string.
    cjihrig committed Dec 27, 2019
    Copy the full SHA
    b30ae02 View commit details
    Browse the repository at this point in the history