aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/nodejs-apis.md
diff options
context:
space:
mode:
authorGravatar dave caruso <me@paperdave.net> 2023-10-02 15:24:38 -0700
committerGravatar dave caruso <me@paperdave.net> 2023-10-02 15:24:38 -0700
commit0160772d25105f302f84013e892fe07f9eeb6f91 (patch)
treeae69b9edf6bdbfeab84055e5fd4f93be5b46dbbd /docs/runtime/nodejs-apis.md
parentabbe3916ed5d7b6adb5a4b376e5c563d36e07d31 (diff)
downloadbun-dave/nodemodule-preloadmodules.tar.gz
bun-dave/nodemodule-preloadmodules.tar.zst
bun-dave/nodemodule-preloadmodules.zip
Diffstat (limited to 'docs/runtime/nodejs-apis.md')
-rw-r--r--docs/runtime/nodejs-apis.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md
index 5c6b858da..dbd32bd43 100644
--- a/docs/runtime/nodejs-apis.md
+++ b/docs/runtime/nodejs-apis.md
@@ -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 `require('node:events').on`.
+🟡 Missing `events.on`.
### [`node:fs`](https://nodejs.org/api/fs.html)
@@ -74,7 +74,7 @@ This page is updated regularly to reflect compatibility status of the latest ver
### [`node:module`](https://nodejs.org/api/module.html)
-🟢 Fully implemented.
+🟡 Missing `module.register`, `module.syncBuiltinESMExports`, `module.findSourceMap`, `module.SourceMap`.
### [`node:net`](https://nodejs.org/api/net.html)