summaryrefslogtreecommitdiff
path: root/doc/api/process.md
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2019-01-24 16:33:33 -0500
committerMyles Borins <mylesborins@google.com>2019-01-24 20:51:40 -0500
commit641de82404d5fa381053e0f5abd522c7f5881e5a (patch)
tree0aa4e10f09cb73e47216de02b74b06b729c4be50 /doc/api/process.md
parent35f45ba47b6fe9474a285483044ec27bd0a22896 (diff)
downloadandroid-node-v8-641de82404d5fa381053e0f5abd522c7f5881e5a.tar.gz
android-node-v8-641de82404d5fa381053e0f5abd522c7f5881e5a.tar.bz2
android-node-v8-641de82404d5fa381053e0f5abd522c7f5881e5a.zip
2019-01-24, Version 11.8.0 (Current)
Notable Changes: * events: * For unhandled `error` events with an argument that is not an `Error` object, the resulting exeption will have more information about the argument. https://github.com/nodejs/node/pull/25621 * child_process: * When the `maxBuffer` option is passed, `stdout` and `stderr` will be truncated rather than unavailable in case of an error. https://github.com/nodejs/node/pull/24951 * policy: * Experimental support for module integrity checks through a manifest file is implemented now. https://github.com/nodejs/node/pull/23834 * n-api: * The `napi_threadsafe_function` feature is now stable. https://github.com/nodejs/node/pull/25556 * report: * An experimental diagnostic API for capturing process state is available as `process.report` and through command line flags. https://github.com/nodejs/node/pull/22712 * tls: * `tls.connect()` takes a `timeout` option analogous to the `net.connect()` one. https://github.com/nodejs/node/pull/25517 * worker: * `process.umask()` is available as a read-only function inside Worker threads now. https://github.com/nodejs/node/pull/25526 * An `execArgv` option that supports a subset of Node.js command line options is supported now. https://github.com/nodejs/node/pull/25467 PR-URL: https://github.com/nodejs/node/pull/25687
Diffstat (limited to 'doc/api/process.md')
-rw-r--r--doc/api/process.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/process.md b/doc/api/process.md
index c8c298c1c6..60d3d1af1b 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -1662,7 +1662,7 @@ relied upon to exist.
### process.report.getReport([err])
<!-- YAML
-added: REPLACEME
+added: v11.7.0
-->
* `err` {Object}
@@ -1682,7 +1682,7 @@ at [report documentation][].
### process.report.setDiagnosticReportOptions([options]);
<!-- YAML
-added: REPLACEME
+added: v11.7.0
-->
Set the runtime configuration of diagnostic report data capture. Upon invocation
@@ -1731,7 +1731,7 @@ at [report documentation][].
### process.report.triggerReport([filename][, err])
<!-- YAML
-added: REPLACEME
+added: v11.7.0
-->
* `filename` {string} The file to write into. The `filename` should be