From 0739262b8771d8c10bbd6c74b48666ab1f01feec Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 16 Jan 2025 01:31:53 -0800 Subject: [PATCH] Update nodejs-apis.md --- docs/runtime/nodejs-apis.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index 7a033423ff..d657dc0075 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -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.