Update nodejs-apis.md

This commit is contained in:
Jarred Sumner
2025-01-16 01:31:53 -08:00
parent 5468a0157c
commit 0739262b87

View File

@@ -80,10 +80,6 @@ This page is updated regularly to reflect compatibility status of the latest ver
🟡 Only `AsyncLocalStorage`, and `AsyncResource` are implemented. `AsyncResource` is missing `bind`.
### [`node:async_hooks`](https://nodejs.org/api/async_hooks.html)
🟡 Only `AsyncLocalStorage`, and `AsyncResource` are implemented. `AsyncResource` is missing `bind`.
### [`node:child_process`](https://nodejs.org/api/child_process.html)
🟡 Missing `proc.gid` `proc.uid`. `Stream` class not exported. IPC cannot send socket handles. Node.js <> Bun IPC can be used with JSON serialization.