From 98b3aeb9eccfb1d87f28095c2db779f9307aa930 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 27 May 2024 02:28:13 -0700 Subject: [PATCH] Update nodejs-apis.md --- docs/runtime/nodejs-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index dc8c3030aa..9c1c01b03d 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -18,7 +18,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:child_process`](https://nodejs.org/api/child_process.html) -🟡 Missing `Stream` stdio, `proc.gid` `proc.uid`. IPC cannot send socket handles and only works with other `bun` processes. +🟡 Missing `Stream` stdio, `proc.gid` `proc.uid`. IPC cannot send socket handles. Node.js <> Bun IPC can be used with JSON serialization. ### [`node:cluster`](https://nodejs.org/api/cluster.html)