From 641de82404d5fa381053e0f5abd522c7f5881e5a Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 24 Jan 2019 16:33:33 -0500 Subject: 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 --- doc/api/process.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/api/process.md') 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]) * `err` {Object} @@ -1682,7 +1682,7 @@ at [report documentation][]. ### process.report.setDiagnosticReportOptions([options]); Set the runtime configuration of diagnostic report data capture. Upon invocation @@ -1731,7 +1731,7 @@ at [report documentation][]. ### process.report.triggerReport([filename][, err]) * `filename` {string} The file to write into. The `filename` should be -- cgit v1.2.3