aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/nodejs-apis.md
diff options
context:
space:
mode:
authorGravatar dave caruso <me@paperdave.net> 2023-04-18 17:59:51 -0400
committerGravatar GitHub <noreply@github.com> 2023-04-18 14:59:51 -0700
commit96a2ed1040d5a0ca51ae41267cba4f8e5d0a6142 (patch)
tree5af89ada3aff9044bcdca75dbf0101bc4515f964 /docs/runtime/nodejs-apis.md
parent76deb51c294126406c8f0be5f13bb184c1ddb454 (diff)
downloadbun-96a2ed1040d5a0ca51ae41267cba4f8e5d0a6142.tar.gz
bun-96a2ed1040d5a0ca51ae41267cba4f8e5d0a6142.tar.zst
bun-96a2ed1040d5a0ca51ae41267cba4f8e5d0a6142.zip
implement `node:events` in javascript (#2604)
* initial event emitter reimplementation * implement most of node:events. tests passing * work on emitter * fix importing node:events * work on event emitter tests * event work * event work * event stuff and experimenting with a lazy createHash * cleanup crypto stuff i had on this branch * finish event stuff up * fix error monitor * validate listeners are functions * changes requested
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 cbb264486..9fb6e778b 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`. `EventEmitter` is missing `{get}set}MaxListeners` `usingDomains` `init`.
+- Missing `EventEmitterAsyncResource` `events.on`.
---