From 237a568dc740eaea0da97ff445a6f5db19eacc9d Mon Sep 17 00:00:00 2001 From: chloe caruso Date: Sat, 18 Jan 2025 23:52:35 -0800 Subject: [PATCH] docs --- docs/runtime/nodejs-apis.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index a0d20131b2..0f01043f6f 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -30,6 +30,10 @@ This page is updated regularly to reflect compatibility status of the latest ver 🟢 Fully implemented. `EventEmitterAsyncResource` uses `AsyncResource` underneath. 100% of Node.js's test suite for EventEmitter passes. +### [`node:fs`](https://nodejs.org/api/fs.html) + +🟢 Fully implemented. 92% of Node.js's test suite passes. + ### [`node:http`](https://nodejs.org/api/http.html) 🟢 Fully implemented. Outgoing client request body is currently buffered instead of streamed. @@ -109,10 +113,6 @@ Some methods are not optimized yet. 🟡 Missing `Domain` `active` -### [`node:fs`](https://nodejs.org/api/fs.html) - -🟡 Missing `statfs` `statfsSync`, `opendirSync`. `Dir` is partially implemented. - ### [`node:http2`](https://nodejs.org/api/http2.html) 🟡 Client & server are implemented (95.25% of gRPC's test suite passes). Missing `options.allowHTTP1`, `options.enableConnectProtocol`, ALTSVC extension, and `http2stream.pushStream`.