aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Derrick Farris <mr.dcfarris@gmail.com> 2023-02-25 18:37:39 -0600
committerGravatar GitHub <noreply@github.com> 2023-02-25 16:37:39 -0800
commit4149b9554325106cab4a0057e192cc3c1986d503 (patch)
tree58bc8c33d156e1f98bed1157f6c21c0d28cd3308
parent38314c02f24ee47999de04cb95ba5e1b73ef52ec (diff)
downloadbun-4149b9554325106cab4a0057e192cc3c1986d503.tar.gz
bun-4149b9554325106cab4a0057e192cc3c1986d503.tar.zst
bun-4149b9554325106cab4a0057e192cc3c1986d503.zip
Update `node:http` compatibility (#2184)
-rw-r--r--docs/ecosystem/nodejs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ecosystem/nodejs.md b/docs/ecosystem/nodejs.md
index 931f63f20..78633f266 100644
--- a/docs/ecosystem/nodejs.md
+++ b/docs/ecosystem/nodejs.md
@@ -93,7 +93,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
- {% anchor id="node_http" %} [`node:http`](https://nodejs.org/api/http.html) {% /anchor %}
- 🟡
-- Missing `http.Agent` `http.ClientRequest` `http.IncomingMessage` `http.OutgoingMessage` `http.globalAgent` `http.get` `http.maxHeaderSize` `http.request` `http.setMaxIdleHTTPParsers` `http.validateHeader{Name|Value}`.
+- Missing `http.OutgoingMessage` `http.validateHeader{Name|Value}`. Module provides partial compatibility for `http.globalAgent` `http.Agent` `http.setMaxIdleHTTPParsers`. Note that exports marked as partially compatible likely have no effect (no-op) but will not cause errors when porting code utilizing these exports.
---