From 6a4f156ba4c3cd9ec8ba5451b332add0d84ad4f4 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 21 Aug 2019 11:04:11 -0700 Subject: [PATCH] doc: add missing extends Http2Session Adds missing extends Http2Session for ClientHttp2Session and ServerHttp2Session. PR-URL: https://github.com/nodejs/node/pull/29252 Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig --- doc/api/http2.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/http2.md b/doc/api/http2.md index 55c389ef642917..0b76672b3a0bbd 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -620,6 +620,8 @@ instance's underlying [`net.Socket`]. added: v8.4.0 --> +* Extends: {Http2Session} + #### serverhttp2session.altsvc(alt, originOrStream) +* Extends: {Http2Session} + #### Event: 'altsvc'