Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-09-25 01:45:45 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2019-09-26 02:14:24 +0300
commitd36b6f8da39bda0e2f52680f0f7a81ee0146e23f (patch)
treed3f93b8b1117966391ec2fa7a0162ea28ad671bc /doc/api/inspector.md
parent61743063cccf5b9ec6e1bc85f453bf9d3f83250a (diff)
2019-09-24, Version 12.11.0 (Current)
Notable changes: * crypto: * Add `oaepLabel` option https://github.com/nodejs/node/pull/29489 * deps: * Update V8 to 7.7.299.11 https://github.com/nodejs/node/pull/28918 * More efficient memory handling * Stack trace serialization got faster * The `Intl.NumberFormat` API gained new functionality * For more information: https://v8.dev/blog/v8-release-77 * events: * Add support for `EventTarget` in `once` https://github.com/nodejs/node/pull/29498 * fs: * Expose memory file mapping flag `UV_FS_O_FILEMAP` https://github.com/nodejs/node/pull/29260 * inspector: * New API - `Session.connectToMainThread` https://github.com/nodejs/node/pull/28870 * process: * Initial SourceMap support via `env.NODE_V8_COVERAGE` https://github.com/nodejs/node/pull/28960 * stream: * Make `_write()` optional when `_writev()` is implemented https://github.com/nodejs/node/pull/29639 * tls: * Add option to override signature algorithms https://github.com/nodejs/node/pull/29598 * util: * Add `encodeInto` to `TextEncoder` https://github.com/nodejs/node/pull/29524 * worker: * The `worker_thread` module is now stable https://github.com/nodejs/node/pull/29512 PR-URL: https://github.com/nodejs/node/pull/29695
Diffstat (limited to 'doc/api/inspector.md')
-rw-r--r--doc/api/inspector.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/inspector.md b/doc/api/inspector.md
index 96c3ad03c06..c469ed9c5db 100644
--- a/doc/api/inspector.md
+++ b/doc/api/inspector.md
@@ -125,7 +125,7 @@ Connects a session to the inspector back-end.
### session.connectToMainThread()
<!-- YAML
-added: REPLACEME
+added: v12.11.0
-->
Connects a session to the main thread inspector back-end. An exception will