From 2c0fc3bd89325b14e7e611993580574cb62c2b65 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Tue, 8 May 2018 09:11:24 -0700 Subject: 2018-05-08, Version 10.1.0 (Current) Notable Changes: * console: - make console.table() use colored inspect (TSUYUSATO Kitsune) https://github.com/nodejs/node/pull/20510 * fs: - move fs/promises to fs.promises (cjihrig) https://github.com/nodejs/node/pull/20504 * http: - added aborted property to request (Robert Nagy) https://github.com/nodejs/node/pull/20094 * n-api: - initialize a module via a special symbol (Gabriel Schulhof) https://github.com/nodejs/node/pull/20161 * src: - add public API to expose the main V8 Platform (Allen Yonghuang Wang) https://github.com/nodejs/node/pull/20447 PR-URL: https://github.com/nodejs/node/pull/20606 --- doc/api/http2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/http2.md') diff --git a/doc/api/http2.md b/doc/api/http2.md index a8f7621734..d737471e86 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2424,7 +2424,7 @@ Just like `'end'`, this event occurs only once per response. #### request.aborted * {boolean} -- cgit v1.2.3