From 4b340afdf74d84b01033733e0e65bb6b81cb7439 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Thu, 24 Oct 2024 11:36:04 +0200 Subject: [PATCH] Add notice for modern Node.js versions Signed-off-by: Jon Koops --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6cd1cf9..2848599 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ with the following differences: * Provides the fallback list when using tools like `browserify` without pulling in the `http` shim module. +> [!NOTE] +> If you only have to support modern versions of Node.js, it is highly recommended to use the built-in [`http.METHODS`](https://nodejs.org/api/http.html#httpmethods) module from Node.js core instead of this module. + ## Install This is a [Node.js](https://nodejs.org/en/) module available through the