FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

More detailed `fs` documentation · Issue #4352 · nodejs/node · GitHub

/ node Public

More detailed fs documentation  #4352

Description

The fs docs provide a great overview of the API, but information on their low-level operations is pretty sparse.

For example, I can't tell how two competing fs.writeFileSync calls from different processes will interact. Will an error be thrown by whichever process loses the race for the lock? Will the second process just wait for the lock and then overwrite the previous contents?

For reference, here are two issues would have benefited from these sorts of details:

Metadata

Metadata

Assignees

No one assigned

    Labels

    docIssues and PRs related to Node.js documentation.fsIssues and PRs related to file-system APIs and the fs module.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL