Browse Source

doc: note that process.config can and will be changed

PR-URL: https://github.com/nodejs/node/pull/6266
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
process-exit-stdio-flushing
James M Snell 9 years ago
parent
commit
7f11634a46
  1. 4
      doc/api/process.md

4
doc/api/process.md

@ -489,6 +489,10 @@ An example of the possible output looks like:
} }
``` ```
*Note: the `process.config` property is **not** read-only and there are existing
modules in the ecosystem that are known to extend, modify, or entirely replace
the value of `process.config`.*
## process.connected ## process.connected
* {Boolean} Set to false after `process.disconnect()` is called * {Boolean} Set to false after `process.disconnect()` is called

Loading…
Cancel
Save