Skip to content

Commit 60817ab

Browse files
Apply suggestions from code review
Co-authored-by: Yagiz Nizipli <[email protected]>
1 parent 84ea9fd commit 60817ab

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
@@ -31,7 +31,7 @@ compatibility_date = "2024-09-23"
3131

3232
The runtime APIs from Node.js listed below as "🟢 supported" are currently natively supported in the Workers Runtime.
3333

34-
[Deprecated, experimental, and not yet stable APIs from Node.js](https://nodejs.org/docs/latest/api/documentation.html#stability-index) are not included as part of the list below:
34+
[Deprecated or experimental APIs from Node.js](https://nodejs.org/docs/latest/api/documentation.html#stability-index) are not included as part of the list below:
3535

3636
| API Name | Natively supported by the Workers Runtime |
3737
|--------------------------------------------------------------------------------------|-------------------------------------------|
@@ -67,7 +67,7 @@ The runtime APIs from Node.js listed below as "🟢 supported" are currently nat
6767
| [String decoder](/workers/runtime-apis/nodejs/string-decoder/) | 🟢 supported |
6868
| Test runner | ⚪ not supported |
6969
| [Timers](/workers/runtime-apis/nodejs/timers/) | 🟢 supported |
70-
| TLS/SSL | ⚪ not supported |
70+
| TLS/SSL | 🟡 partially supported |
7171
| TTY | ⚪ not supported |
7272
| UDP/datagram | ⚪ not supported |
7373
| [URL](/workers/runtime-apis/nodejs/url/) | 🟢 supported |

0 commit comments

Comments
 (0)