From faec20080d2fe966852bc77261a819c45f142b7a Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 2 Jan 2025 20:27:30 -0800 Subject: [PATCH] Update nodejs-apis.md --- docs/runtime/nodejs-apis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index f51b4c4553..6b8ac367e0 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -53,7 +53,7 @@ Some methods are not optimized yet. ### [`node:events`](https://nodejs.org/api/events.html) -🟡 `events.addAbortListener` & `events.getMaxListeners` do not support (web api) `EventTarget` +🟢 Fully implemented. `EventEmitterAsyncResource` uses `AsyncResource` underneath. ### [`node:fs`](https://nodejs.org/api/fs.html) @@ -161,7 +161,7 @@ Some methods are not optimized yet. ### [`node:vm`](https://nodejs.org/api/vm.html) -🟡 Core functionality works, but experimental VM ES modules are not implemented, including `vm.Module`, `vm.SourceTextModule`, `vm.SyntheticModule`,`importModuleDynamically`, and `vm.measureMemory`. Options like `timeout`, `breakOnSigint`, `cachedData` are not implemented yet. There is a bug with `this` value for contextified options not having the correct prototype. +🟡 Core functionality works, but experimental VM ES modules are not implemented, including `vm.Module`, `vm.SourceTextModule`, `vm.SyntheticModule`,`importModuleDynamically`, and `vm.measureMemory`. Options like `timeout`, `breakOnSigint`, `cachedData` are not implemented yet. ### [`node:wasi`](https://nodejs.org/api/wasi.html)