Skip to content

doc: document process.{stderr.fd, stdin.fd, stdout.fd}

  1. This was reported many times by users - as undocumented public fields
  2. Because of 1, their undefined status in worker threads could not be documented too.

Fixes: https://github.com/nodejs/node/issues/28386 Refs: https://github.com/nodejs/node/pull/31292 Refs: https://github.com/nodejs/help/issues/2136

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading