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

Test & document numeric flags to fs.open on unix #3641

Closed
wants to merge 3 commits into from

Commits on Nov 22, 2015

  1. doc: clarify that fs streams expect blocking fd

    This clarifies that fs.createReadStream and fs.createWriteStream, when
    passed a fd, expects the fd to be blocking, and suggests net.Socket as
    an alternative.
    XeCycle committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    29beae9 View commit details
    Browse the repository at this point in the history
  2. test: numeric flags to fs.open

    This has been supperted for long but never tested nor documented.
    XeCycle committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    586109e View commit details
    Browse the repository at this point in the history
  3. doc: numeric flags to fs.open

    This has been supperted for long but never tested nor documented.
    XeCycle committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    3a87c93 View commit details
    Browse the repository at this point in the history