Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/workers/runtime-apis/nodejs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ The runtime APIs from Node.js listed below as "🟢 supported" are currently nat
| Events | 🟢 supported |
| File system | ⚪ coming soon |
| Globals | 🟢 supported |
| HTTP | ⚪ not yet supported |
| HTTP | 🟡 partially supported |
| HTTP/2 | ⚪ not yet supported |
| HTTPS | ⚪ not yet supported |
| HTTPS | 🟡 partially supported |
| Inspector | 🟢 supported via [Chrome Dev Tools integration](/workers/observability/dev-tools/) |
| [Net](/workers/runtime-apis/nodejs/net/) | 🟢 supported |
| OS | ⚪ not yet supported |
Expand Down