aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Weyert de Boer <weyert@gmail.com> 2023-09-19 21:26:50 +0100
committerGravatar GitHub <noreply@github.com> 2023-09-19 13:26:50 -0700
commitf4e7f6db7c854d19632a71f8f10027ba1e205e13 (patch)
tree96434b60255a5eea9ce4ddb0a87cc2178fde0eb5
parentf6eaf4bc78728a75087f64616d906008d888324b (diff)
downloadbun-f4e7f6db7c854d19632a71f8f10027ba1e205e13.tar.gz
bun-f4e7f6db7c854d19632a71f8f10027ba1e205e13.tar.zst
bun-f4e7f6db7c854d19632a71f8f10027ba1e205e13.zip
docs: update node compability (#5562)
-rw-r--r--docs/runtime/nodejs-apis.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md
index df836f1ed..3897c8282 100644
--- a/docs/runtime/nodejs-apis.md
+++ b/docs/runtime/nodejs-apis.md
@@ -78,7 +78,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
### [`node:net`](https://nodejs.org/api/net.html)
-🟡 Missing `net.{get|set}DefaultAutoSelectFamily` `net.SocketAddress` `net.BlockList`.
+🟡 Missing `net.{get|set}DefaultAutoSelectFamily` `net.SocketAddress` `net.BlockList` `net.Server.ref()` `net.Server.unref()` `net.Socket.ref()` `net.Socket.unref()`.
### [`node:os`](https://nodejs.org/api/os.html)