From 9222316101fef45d235a06fec7e258d8874e7728 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 3 Aug 2023 17:48:18 -0700 Subject: Update Node.js compat docs --- docs/runtime/nodejs-apis.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/runtime/nodejs-apis.md') diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index 4ee3f7cbc..67a6bf498 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -38,7 +38,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:diagnostics_channel`](https://nodejs.org/api/diagnostics_channel.html) -🔴 Not implemented. +🟢 Fully implemented. ### [`node:dns`](https://nodejs.org/api/dns.html) @@ -162,7 +162,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:worker_threads`](https://nodejs.org/api/worker_threads.html) -🔴 Not implemented, but coming soon. +🟢 Fully implemented. ### [`node:zlib`](https://nodejs.org/api/zlib.html) @@ -461,7 +461,7 @@ The table below lists all globals implemented by Node.js and Bun's current compa ### [`BroadcastChannel`](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel) -🔴 Not implemented. +🟢 Fully implemented. ### [`btoa()`](https://developer.mozilla.org/en-US/docs/Web/API/btoa) -- cgit v1.2.3