Skip to content

Commit

Permalink
Update nodejs-apis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed May 27, 2024
1 parent cfedd70 commit 98b3aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/runtime/nodejs-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 98b3aeb

Please sign in to comment.