aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/nodejs-apis.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-04-21 07:16:23 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-04-21 07:16:23 -0700
commita4d0a1961abe0c6073e15cc6f7c0601b74f2e3f7 (patch)
treeb0b2f0debda72afe5349b46872e7c508b2f81b94 /docs/runtime/nodejs-apis.md
parent143ccdbeb6988bef73f0a465566c900b62e96103 (diff)
downloadbun-a4d0a1961abe0c6073e15cc6f7c0601b74f2e3f7.tar.gz
bun-a4d0a1961abe0c6073e15cc6f7c0601b74f2e3f7.tar.zst
bun-a4d0a1961abe0c6073e15cc6f7c0601b74f2e3f7.zip
Revert "implement `node:events` in javascript (#2604)"
This reverts commit 96a2ed1040d5a0ca51ae41267cba4f8e5d0a6142.
Diffstat (limited to 'docs/runtime/nodejs-apis.md')
-rw-r--r--docs/runtime/nodejs-apis.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md
index 9fb6e778b..cbb264486 100644
--- a/docs/runtime/nodejs-apis.md
+++ b/docs/runtime/nodejs-apis.md
@@ -81,7 +81,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
- {% anchor id="node_events" %} [`node:events`](https://nodejs.org/api/events.html) {% /anchor %}
- 🟡
-- Missing `EventEmitterAsyncResource` `events.on`.
+- Missing `EventEmitterAsyncResource`. `EventEmitter` is missing `{get}set}MaxListeners` `usingDomains` `init`.
---