summaryrefslogtreecommitdiff
path: root/doc/api/tls.md
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-02-14 14:37:22 +0100
committerMichaël Zasso <targos@protonmail.com>2019-02-14 23:55:48 +0100
commit82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2 (patch)
treef8064fa580812030991273875b1374e3b998c2b5 /doc/api/tls.md
parent2ffd20bb917ee8265efc74696479c1e1f85c42f4 (diff)
downloadandroid-node-v8-82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2.tar.gz
android-node-v8-82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2.tar.bz2
android-node-v8-82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2.zip
2018-02-14, Version 11.10.0 (Current)
Notable changes: deps: * Updated libuv to 1.26.0. * Updated npm to 6.7.0. http, http2: * `response.writeHead` now returns the response object. perf_hooks: * Implemented a histogram based API. process: * Exposed `process.features.inspector`. repl: * Added `repl.setupHistory` for programmatic repl. tls: * Introduced client "session" event. PR-URL: https://github.com/nodejs/node/pull/26098
Diffstat (limited to 'doc/api/tls.md')
-rw-r--r--doc/api/tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 7add7d5fef..d4c635963b 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -616,7 +616,7 @@ protocol.
### Event: 'session'
<!-- YAML
-added: REPLACEME
+added: v11.10.0
-->
* `session` {Buffer}