diff options
Diffstat (limited to 'docs/runtime')
-rw-r--r-- | docs/runtime/nodejs-apis.md | 4 |
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) |