Update nodejs-apis.md

This commit is contained in:
Jarred Sumner
2024-05-27 02:28:13 -07:00
parent cfedd70110
commit 98b3aeb9ec

View File

@@ -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)