From b652136cf7ed76d3b35d96e9f7bff3381395baf1 Mon Sep 17 00:00:00 2001 From: Ciro Spaciari Date: Thu, 17 Oct 2024 18:26:50 -0700 Subject: [PATCH] update docs (#14620) --- docs/runtime/nodejs-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index 86e1bbf2096643..f51b4c4553faad 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -65,7 +65,7 @@ Some methods are not optimized yet. ### [`node:http2`](https://nodejs.org/api/http2.html) -🟡 Client is supported, but server isn't yet. +🟡 Client & server are implemented (95.25% of gRPC's test suite passes). Missing `options.allowHTTP1`, `options.enableConnectProtocol`, ALTSVC extension, and `http2stream.pushStream`. ### [`node:https`](https://nodejs.org/api/https.html)