From b2f169e628f373dd0b5ddb5778ef080944145671 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 80cecbbe46c741..1236bf3faf3ff4 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -2951,12 +2951,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'