Skip to content

Commit 0289e85

Browse files
authored
doc: mark WebSocket as stable
PR-URL: #53352 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 5291b0e commit 0289e85

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/api/globals.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1106,12 +1106,15 @@ added:
11061106
- v21.0.0
11071107
- v20.10.0
11081108
changes:
1109+
- version: REPLACEME
1110+
pr-url: https://github.com/nodejs/node/pull/53352
1111+
description: No longer experimental.
11091112
- version: v22.0.0
11101113
pr-url: https://github.com/nodejs/node/pull/51594
11111114
description: No longer behind `--experimental-websocket` CLI flag.
11121115
-->
11131116

1114-
> Stability: 1 - Experimental.
1117+
> Stability: 2 - Stable.
11151118
11161119
A browser-compatible implementation of [`WebSocket`][]. Disable this API
11171120
with the [`--no-experimental-websocket`][] CLI flag.

0 commit comments

Comments
 (0)