From 05ef9ec141e66cd816606320bc572bbd7794ec47 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Fri, 28 Jul 2023 23:57:02 -0700 Subject: Update nodejs-apis.md --- docs/runtime/nodejs-apis.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/runtime/nodejs-apis.md') 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. --- -- cgit v1.2.3