aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-28 23:57:02 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-07-28 23:57:02 -0700
commit05ef9ec141e66cd816606320bc572bbd7794ec47 (patch)
treef56d4f493b58306d8bac0022d91fb004f65df2be
parent53cc4df191aa823c3a5c5a2a377701439a2d3f89 (diff)
downloadbun-05ef9ec141e66cd816606320bc572bbd7794ec47.tar.gz
bun-05ef9ec141e66cd816606320bc572bbd7794ec47.tar.zst
bun-05ef9ec141e66cd816606320bc572bbd7794ec47.zip
Update nodejs-apis.md
-rw-r--r--docs/runtime/nodejs-apis.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md
index dad8489c0..65e9a22a0 100644
--- a/docs/runtime/nodejs-apis.md
+++ b/docs/runtime/nodejs-apis.md
@@ -86,7 +86,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
- {% anchor id="node_fs" %} [`node:fs`](https://nodejs.org/api/fs.html) {% /anchor %}
- 🟡
-- Missing `fs.fdatasync{Sync}` `fs.opendir{Sync}` `fs.{watchFile|unwatchFile}` `fs.{cp|cpSync}`.
+- Missing `fs.fdatasync{Sync}` `fs.opendir{Sync}` `fs.{watchFile|unwatchFile}` `fs.{cp|cpSync}`. `fs.promises.open` incorrectly returns a file descriptor instead of a `FileHandle`.
---
@@ -442,8 +442,8 @@ The table below lists all globals implemented by Node.js and Bun's current compa
---
- {% anchor id="node_messagechannel" %} [`MessageChannel`](https://developer.mozilla.org/en-US/docs/Web/API/MessageChannel) {% /anchor %}
-- 🔴
-- Not implemented.
+- 🟢
+- Fully implemented.
---
@@ -454,8 +454,8 @@ The table below lists all globals implemented by Node.js and Bun's current compa
---
- {% anchor id="node_messageport" %} [`MessagePort`](https://developer.mozilla.org/en-US/docs/Web/API/MessagePort) {% /anchor %}
-- 🔴
-- Not implemented.
+- 🟢
+- Fully implemented.
---