Skip to content

Commit 4b340af

Browse files
committed
Add notice for modern Node.js versions
Signed-off-by: Jon Koops <[email protected]>
1 parent e5f5400 commit 4b340af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ with the following differences:
1717
* Provides the fallback list when using tools like `browserify` without pulling
1818
in the `http` shim module.
1919

20+
> [!NOTE]
21+
> 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.
22+
2023
## Install
2124

2225
This is a [Node.js](https://nodejs.org/en/) module available through the

0 commit comments

Comments
 (0)