Skip to content

Commit

Permalink
Update nodejs-apis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Apr 29, 2024
1 parent 697f37e commit 2bf3f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/runtime/nodejs-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Some methods are not optimized yet.

### [`node:net`](https://nodejs.org/api/net.html)

🟡 Missing `BlockList` `SocketAddress` `Stream`
🟡 Missing `SocketAddress` `Stream`. `BlockList` exists but is a no-op.

### [`node:os`](https://nodejs.org/api/os.html)

Expand Down Expand Up @@ -341,7 +341,7 @@ The table below lists all globals implemented by Node.js and Bun's current compa

### [`process`](https://nodejs.org/api/process.html)

🟡 Missing `domain` `hasUncaughtExceptionCaptureCallback` `initgroups` `resourceUsage` `setUncaughtExceptionCaptureCallback` `setegid` `seteuid` `setgid` `setgroups` `setuid` `allowedNodeEnvironmentFlags` `getActiveResourcesInfo` `setActiveResourcesInfo` `moduleLoadList` `setSourceMapsEnabled` `channel`. `process.binding` is partially implemented.
🟡 Missing `domain` `hasUncaughtExceptionCaptureCallback` `initgroups` `setUncaughtExceptionCaptureCallback` `setegid` `seteuid` `setgid` `setgroups` `setuid` `allowedNodeEnvironmentFlags` `getActiveResourcesInfo` `setActiveResourcesInfo` `moduleLoadList` `setSourceMapsEnabled` `channel`. `process.binding` is partially implemented.

### [`queueMicrotask()`](https://developer.mozilla.org/en-US/docs/Web/API/queueMicrotask)

Expand Down

0 comments on commit 2bf3f32

Please sign in to comment.