You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ with the following differences:
17
17
* Provides the fallback list when using tools like `browserify` without pulling
18
18
in the `http` shim module.
19
19
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
+
20
23
## Install
21
24
22
25
This is a [Node.js](https://nodejs.org/en/) module available through the
0 commit comments