This commit is contained in:
chloe caruso
2025-01-18 23:52:35 -08:00
parent 969337c246
commit 237a568dc7

View File

@@ -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`.