aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime
diff options
context:
space:
mode:
authorGravatar dave caruso <me@paperdave.net> 2023-08-15 19:02:46 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-15 19:02:46 -0700
commit67a8b75183996f1b0f981e4a035f3685018be287 (patch)
treeb81296ef8c2f13504d0251ce4a5b50b0091926f0 /docs/runtime
parentbdaa7123570212c88f6edbba5f4c60c9ccd12eb2 (diff)
downloadbun-67a8b75183996f1b0f981e4a035f3685018be287.tar.gz
bun-67a8b75183996f1b0f981e4a035f3685018be287.tar.zst
bun-67a8b75183996f1b0f981e4a035f3685018be287.zip
fix this page (#4172)
Diffstat (limited to 'docs/runtime')
-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 67a6bf498..b75ff5847 100644
--- a/docs/runtime/nodejs-apis.md
+++ b/docs/runtime/nodejs-apis.md
@@ -10,7 +10,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
### [`node:async_hooks`](https://nodejs.org/api/async_hooks.html)
-🔴 Not implemented.
+🟡 Only `AsyncLocalStorage`, and `AsyncResource` are implemented.
### [`node:buffer`](https://nodejs.org/api/buffer.html)
@@ -50,7 +50,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
### [`node:events`](https://nodejs.org/api/events.html)
-🟡 Missing `EventEmitterAsyncResource` `events.on`.
+🟡 Missing `on`
### [`node:fs`](https://nodejs.org/api/fs.html)
@@ -162,11 +162,11 @@ This page is updated regularly to reflect compatibility status of the latest ver
### [`node:worker_threads`](https://nodejs.org/api/worker_threads.html)
-🟢 Fully implemented.
+🟡 `Worker` doesn't support the following options: `eval`, `argv`, `execArgv`, `stdin`, `stdout`, `stderr`, `trackedUnmanagedFds`, `resourceLimits`. Missing `markAsUntransferable`, `moveMessagePortToContext`, `getHeapSnapshot`.
### [`node:zlib`](https://nodejs.org/api/zlib.html)
-🟡 Missing `zlib.brotli*`
+🟡 Missing `zlib.brotli*`. Some methods are not optimized.
<!-- {% block className="ScrollFrame" %}
{% table %}
@@ -485,7 +485,7 @@ The table below lists all globals implemented by Node.js and Bun's current compa
### [`console`](https://developer.mozilla.org/en-US/docs/Web/API/console)
-🟢 Fully implemented.
+🟡 Missing `Console` constructor.
### [`CountQueuingStrategy`](https://developer.mozilla.org/en-US/docs/Web/API/CountQueuingStrategy)