From 2b1bcba385af380e3eaffd44315c83d3c0201cfe 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 444d54f0551..6c280f4e86e 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'