Skip to content

Commit 635dd52

Browse files
authored
set http and https modules as partially supported (#24031)
1 parent 7c648dd commit 635dd52

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/workers/runtime-apis/nodejs

1 file changed

+2
-2
lines changed

src/content/docs/workers/runtime-apis/nodejs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ The runtime APIs from Node.js listed below as "🟢 supported" are currently nat
4747
| Events | 🟢 supported |
4848
| File system | ⚪ coming soon |
4949
| Globals | 🟢 supported |
50-
| HTTP | ⚪ not yet supported |
50+
| HTTP | 🟡 partially supported |
5151
| HTTP/2 | ⚪ not yet supported |
52-
| HTTPS | ⚪ not yet supported |
52+
| HTTPS | 🟡 partially supported |
5353
| Inspector | 🟢 supported via [Chrome Dev Tools integration](/workers/observability/dev-tools/) |
5454
| [Net](/workers/runtime-apis/nodejs/net/) | 🟢 supported |
5555
| OS | ⚪ not yet supported |

0 commit comments

Comments
 (0)