mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
docs
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user