From bf0f906b38b02f4f9674b47c39c9fcaf7127e108 Mon Sep 17 00:00:00 2001 From: Richard Schloss Date: Thu, 20 Oct 2022 11:59:21 -0400 Subject: [PATCH] Added note about NodeJS support for early hints --- site/en/blog/early-hints/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/blog/early-hints/index.md b/site/en/blog/early-hints/index.md index d675d1f1eed0..06e0926e9f73 100644 --- a/site/en/blog/early-hints/index.md +++ b/site/en/blog/early-hints/index.md @@ -134,7 +134,7 @@ Here is a quick summary of the level of support for Early Hints among popular OS - **Apache:** [supported](https://httpd.apache.org/docs/2.4/howto/http2.html#earlyhints) via mod_http2. - **H2O:** [supported](https://github.com/h2o/h2o/pull/1767). - **NGINX:** [experimental module](https://github.com/nginx-modules/ngx_http_early_hints). -- **Node:** not yet supported by core. Available as a [draft plugin for Fastify](https://www.npmjs.com/package/fastify-early-hints). +- **Node:** not yet supported by 16.x (LTS). Implemented in NodeJS 18.x (https://nodejs.org/docs/latest-v18.x/api/http.html#responsewriteearlyhintshints-callback) ## Enabling Early Hints, the easy way