Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Update Early Hints blog post to mention current node.js support #4191

Merged
merged 1 commit into from
Nov 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/en/blog/early-hints/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:** supported since [18.11.0](https://nodejs.org/en/blog/release/v18.11.0/) for [http](https://nodejs.org/api/http.html#responsewriteearlyhintshints-callback) and [http2](https://nodejs.org/api/http2.html#responsewriteearlyhintslinks)

## Enabling Early Hints, the easy way

Expand Down