From 824b3e2a552560322730d3baeae2d6e116c7bcd0 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 21 Aug 2019 12:12:29 -0700 Subject: [PATCH] doc: indicate that Http2ServerResponse extends Stream Also removes the redundant statement explained by "extends Stream". PR-URL: https://github.com/nodejs/node/pull/29254 Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Jiawen Geng --- doc/api/http2.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/api/http2.md b/doc/api/http2.md index e8b505bfcf9..9307244c30f 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2938,12 +2938,11 @@ Url { added: v8.4.0 --> +* Extends: {Stream} + This object is created internally by an HTTP server — not by the user. It is passed as the second parameter to the [`'request'`][] event. -The response inherits from [Stream][], and additionally implements the -following: - #### Event: 'close'